]> wimlib.net Git - wimlib/blobdiff - tools/update-version
wimlib.h: fix typo
[wimlib] / tools / update-version
index c9eb9fe455331a69a35b44a7d13f7b331bb85d00..66db3f6a463d05f19939bb5dd28050894dca8617 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.0'
-oldmonth=February
-oldyear=2015
+oldver='1\.9\.0'
+oldmonth=January
+oldyear=2016
 
 newmajor=1
-newminor=8
+newminor=9
 newpatch=1
-newmonth=May
-newyear=2015
+newmonth=March
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"