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