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