X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=45acebc6b9009199ade88e8129656745ce9dc03d;hb=993d197cac3a09508f2afefe0e2a620d7e43fa1a;hp=bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9;hpb=39edbeed8b1d86646e7a8e457f39244c54b1cf14;p=wimlib diff --git a/tools/update-version b/tools/update-version index bfa07dbe..45acebc6 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.8\.1' -oldmonth=May -oldyear=2015 +oldver='1\.9\.1' +oldmonth=March +oldyear=2016 newmajor=1 -newminor=8 +newminor=9 newpatch=2 -newmonth=August -newyear=2015 +newmonth=June +newyear=2016 newver="${newmajor}.${newminor}.${newpatch}"