]> wimlib.net Git - wimlib/blobdiff - update-version
Add WIMLIB_EXTRACT_FLAG_WIMBOOT
[wimlib] / update-version
index 0b717d080957bf29c35ab6490166737e8758ce25..a6282901b7c72bcc9ad4175f4b013181dbedb474 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.5\.0'
-oldmonth=August
-oldyear=2013
+oldver='1\.6\.1'
+oldmonth=January
+oldyear=2014
 
 newmajor=1
 
 newmajor=1
-newminor=5
-newpatch=1
-newmonth=October
-newyear=2013
+newminor=6
+newpatch=2
+newmonth=March
+newyear=2014
 
 
 newver="${newmajor}.${newminor}.${newpatch}"
 
 
 newver="${newmajor}.${newminor}.${newpatch}"