]> wimlib.net Git - wimlib/blobdiff - tools/update-version
v1.9.0
[wimlib] / tools / update-version
index 22530591263cbe7c19519acc8cb6e98f9f7ba71c..65ab7725b30f5307b1f174a8333eb7afdc58803d 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.7\.2'
-oldmonth=October
-oldyear=2014
+oldver='1\.8\.3'
+oldmonth=November
+oldyear=2015
 
 newmajor=1
 
 newmajor=1
-newminor=7
-newpatch=3
-newmonth=November
-newyear=2014
+newminor=9
+newpatch=0
+newmonth=January
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"
 
 
 newver="${newmajor}.${newminor}.${newpatch}"