]> wimlib.net Git - wimlib/blobdiff - tools/update-version
v1.9.2
[wimlib] / tools / update-version
index bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9..45acebc6b9009199ade88e8129656745ce9dc03d 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.1'
-oldmonth=May
-oldyear=2015
+oldver='1\.9\.1'
+oldmonth=March
+oldyear=2016
 
 newmajor=1
-newminor=8
+newminor=9
 newpatch=2
-newmonth=August
-newyear=2015
+newmonth=June
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"