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