X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=66db3f6a463d05f19939bb5dd28050894dca8617;hb=c530dddbbcfa370ba5f542a3f266b70cc853bcfc;hp=65ab7725b30f5307b1f174a8333eb7afdc58803d;hpb=b3d0fd77eb71d6e20eddfac6586c16418f46e1be;p=wimlib diff --git a/tools/update-version b/tools/update-version index 65ab7725..66db3f6a 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.8\.3' -oldmonth=November -oldyear=2015 +oldver='1\.9\.0' +oldmonth=January +oldyear=2016 newmajor=1 newminor=9 -newpatch=0 -newmonth=January +newpatch=1 +newmonth=March newyear=2016