X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=66db3f6a463d05f19939bb5dd28050894dca8617;hb=c530dddbbcfa370ba5f542a3f266b70cc853bcfc;hp=bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9;hpb=39edbeed8b1d86646e7a8e457f39244c54b1cf14;p=wimlib diff --git a/tools/update-version b/tools/update-version index bfa07dbe..66db3f6a 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\.0' +oldmonth=January +oldyear=2016 newmajor=1 -newminor=8 -newpatch=2 -newmonth=August -newyear=2015 +newminor=9 +newpatch=1 +newmonth=March +newyear=2016 newver="${newmajor}.${newminor}.${newpatch}"