X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tools%2Fupdate-version;h=65ab7725b30f5307b1f174a8333eb7afdc58803d;hp=22530591263cbe7c19519acc8cb6e98f9f7ba71c;hb=b3d0fd77eb71d6e20eddfac6586c16418f46e1be;hpb=64a61fd12ad824ac080c26fc8c453d001f389ef1 diff --git a/tools/update-version b/tools/update-version index 22530591..65ab7725 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\.3' +oldmonth=November +oldyear=2015 newmajor=1 -newminor=7 -newpatch=3 -newmonth=November -newyear=2014 +newminor=9 +newpatch=0 +newmonth=January +newyear=2016 newver="${newmajor}.${newminor}.${newpatch}"