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