]> wimlib.net Git - wimlib/blobdiff - tools/update-version
mkwinpeimg: use case insensitive mode when updating boot.wim
[wimlib] / tools / update-version
index c9eb9fe455331a69a35b44a7d13f7b331bb85d00..4868d89065277329a9ba4cfb6f0887a98d2f0454 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.0'
-oldmonth=February
-oldyear=2015
+oldver='1\.9\.2'
+oldmonth=June
+oldyear=2016
 
 newmajor=1
-newminor=8
-newpatch=1
-newmonth=May
-newyear=2015
+newminor=10
+newpatch=0
+newmonth=August
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"