]> wimlib.net Git - wimlib/blobdiff - tools/update-version
Add script to run 'sparse' static analyzer
[wimlib] / tools / update-version
index fe5d3978624ee7f7aa07cab3abf2b211b3b28eaf..4868d89065277329a9ba4cfb6f0887a98d2f0454 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.7\.3'
-oldmonth=November
-oldyear=2014
+oldver='1\.9\.2'
+oldmonth=June
+oldyear=2016
 
 newmajor=1
-newminor=7
-newpatch=4
-newmonth=January
-newyear=2015
+newminor=10
+newpatch=0
+newmonth=August
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"