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