X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tools%2Fupdate-version;fp=tools%2Fupdate-version;h=65ab7725b30f5307b1f174a8333eb7afdc58803d;hp=a2d5d2df05238336ffef934ddd4db811c371775c;hb=b3d0fd77eb71d6e20eddfac6586c16418f46e1be;hpb=a69a213a7f2727ea9db6442c54e9d4395845460f;ds=sidebyside diff --git a/tools/update-version b/tools/update-version index a2d5d2df..65ab7725 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.8\.2' -oldmonth=August +oldver='1\.8\.3' +oldmonth=November oldyear=2015 newmajor=1 -newminor=8 -newpatch=3 -newmonth=November -newyear=2015 +newminor=9 +newpatch=0 +newmonth=January +newyear=2016 newver="${newmajor}.${newminor}.${newpatch}"