]> wimlib.net Git - wimlib/blobdiff - tools/update-version
Update NEWS
[wimlib] / tools / update-version
index a2d5d2df05238336ffef934ddd4db811c371775c..66db3f6a463d05f19939bb5dd28050894dca8617 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.2'
-oldmonth=August
-oldyear=2015
+oldver='1\.9\.0'
+oldmonth=January
+oldyear=2016
 
 newmajor=1
-newminor=8
-newpatch=3
-newmonth=November
-newyear=2015
+newminor=9
+newpatch=1
+newmonth=March
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"