]> wimlib.net Git - wimlib/blobdiff - update-version
write_stream_list(): Fix comments
[wimlib] / update-version
index 840ea2c757109e955cdd54b55f8a57e8e5dc1291..4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.4\.2'
-oldmonth=June
+oldver='1\.5\.3'
+oldmonth=December
 oldyear=2013
 
 newmajor=1
-newminor=5
+newminor=6
 newpatch=0
-newmonth=August
-newyear=2013
+newmonth=January
+newyear=2014
 
 
 newver="${newmajor}.${newminor}.${newpatch}"