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