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