]> wimlib.net Git - wimlib/blobdiff - tools/update-version
v1.12.0
[wimlib] / tools / update-version
index 66db3f6a463d05f19939bb5dd28050894dca8617..92fcf7b35b992c8b7172fbe9bbd2861ea85b7745 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.9\.0'
+oldver='1\.11\.0'
 oldmonth=January
-oldyear=2016
+oldyear=2017
 
 newmajor=1
-newminor=9
-newpatch=1
-newmonth=March
-newyear=2016
+newminor=12
+newpatch=0
+newmonth=July
+newyear=2017
 
 
 newver="${newmajor}.${newminor}.${newpatch}"