X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=92fcf7b35b992c8b7172fbe9bbd2861ea85b7745;hb=1e99a9de97d9e244496aec79bc3cc8506886b507;hp=fe5d3978624ee7f7aa07cab3abf2b211b3b28eaf;hpb=94f8de6d411d58a0eb2e472cc1b984f195eb2447;p=wimlib diff --git a/tools/update-version b/tools/update-version index fe5d3978..92fcf7b3 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.7\.3' -oldmonth=November -oldyear=2014 +oldver='1\.11\.0' +oldmonth=January +oldyear=2017 newmajor=1 -newminor=7 -newpatch=4 -newmonth=January -newyear=2015 +newminor=12 +newpatch=0 +newmonth=July +newyear=2017 newver="${newmajor}.${newminor}.${newpatch}"