X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=update-version;h=4bb950a617a92f4b6e80ac30d905976878de682b;hb=e656b28a79ef64a7a0a9b58265f05cb7c274554c;hp=260408870dfc8fdded5845ff05f0534c3623110f;hpb=f0134c285fae01e5c943ed2b96cb8656ba01bf5a;p=wimlib diff --git a/update-version b/update-version index 26040887..4bb950a6 100755 --- a/update-version +++ b/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.5\.1' -oldmonth=October +oldver='1\.6\.0' +oldmonth=January oldyear=2013 newmajor=1 -newminor=5 -newpatch=2 -newmonth=November -newyear=2013 +newminor=6 +newpatch=1 +newmonth=January +newyear=2014 newver="${newmajor}.${newminor}.${newpatch}"