X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9;hb=747c5e021df09572643c6a75e74a4e8f1a88f861;hp=22530591263cbe7c19519acc8cb6e98f9f7ba71c;hpb=64a61fd12ad824ac080c26fc8c453d001f389ef1;p=wimlib diff --git a/tools/update-version b/tools/update-version index 22530591..bfa07dbe 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.7\.2' -oldmonth=October -oldyear=2014 +oldver='1\.8\.1' +oldmonth=May +oldyear=2015 newmajor=1 -newminor=7 -newpatch=3 -newmonth=November -newyear=2014 +newminor=8 +newpatch=2 +newmonth=August +newyear=2015 newver="${newmajor}.${newminor}.${newpatch}"