X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=65ab7725b30f5307b1f174a8333eb7afdc58803d;hb=refs%2Ftags%2Fv1.9.0;hp=c9eb9fe455331a69a35b44a7d13f7b331bb85d00;hpb=b982aac54ea06f51418ed28d4f864821b350ccca;p=wimlib diff --git a/tools/update-version b/tools/update-version index c9eb9fe4..65ab7725 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.8\.0' -oldmonth=February +oldver='1\.8\.3' +oldmonth=November oldyear=2015 newmajor=1 -newminor=8 -newpatch=1 -newmonth=May -newyear=2015 +newminor=9 +newpatch=0 +newmonth=January +newyear=2016 newver="${newmajor}.${newminor}.${newpatch}"