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