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