]> wimlib.net Git - wimlib/blobdiff - tools/update-version
Update libxml to 2.9.7 for Windows binaries
[wimlib] / tools / update-version
index bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9..92fcf7b35b992c8b7172fbe9bbd2861ea85b7745 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.1'
-oldmonth=May
-oldyear=2015
+oldver='1\.11\.0'
+oldmonth=January
+oldyear=2017
 
 newmajor=1
-newminor=8
-newpatch=2
-newmonth=August
-newyear=2015
+newminor=12
+newpatch=0
+newmonth=July
+newyear=2017
 
 
 newver="${newmajor}.${newminor}.${newpatch}"