X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=update-version;h=a6282901b7c72bcc9ad4175f4b013181dbedb474;hp=4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1;hb=ccdd5a74123ebf14353a9569bf014fb2e7774d1e;hpb=345d31902b50d440b918d2ec3a16c0f4bfff08ad diff --git a/update-version b/update-version index 4dc5db42..a6282901 100755 --- a/update-version +++ b/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.5\.3' -oldmonth=December -oldyear=2013 +oldver='1\.6\.1' +oldmonth=January +oldyear=2014 newmajor=1 newminor=6 -newpatch=0 -newmonth=January +newpatch=2 +newmonth=March newyear=2014