]> wimlib.net Git - wimlib/blobdiff - update-version
Update version number to v1.6.0
[wimlib] / update-version
index 8c1f15e2365f2200aa4b1bc32296069c60ffdca9..4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.5\.2'
-oldmonth=November
+oldver='1\.5\.3'
+oldmonth=December
 oldyear=2013
 
 newmajor=1
-newminor=5
-newpatch=3
-newmonth=December
-newyear=2013
+newminor=6
+newpatch=0
+newmonth=January
+newyear=2014
 
 
 newver="${newmajor}.${newminor}.${newpatch}"