X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=401e93eaf0ad3159d5b96fd28d6db78f07f5ab0e;hb=055a7496d1f9af18bf0514f94228c64131cb3f02;hp=4868d89065277329a9ba4cfb6f0887a98d2f0454;hpb=cc3e635ffc14391215b77412d9295a34beb62602;p=wimlib diff --git a/tools/update-version b/tools/update-version index 4868d890..401e93ea 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.9\.2' -oldmonth=June +oldver='1\.10\.0' +oldmonth=August oldyear=2016 newmajor=1 -newminor=10 +newminor=11 newpatch=0 -newmonth=August -newyear=2016 +newmonth=January +newyear=2017 newver="${newmajor}.${newminor}.${newpatch}"