]> wimlib.net Git - wimlib/blobdiff - tools/update-version
wimcapture.1: 7-Zip 15.12 supports LZMS decompression
[wimlib] / tools / update-version
index 22530591263cbe7c19519acc8cb6e98f9f7ba71c..a2d5d2df05238336ffef934ddd4db811c371775c 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.7\.2'
-oldmonth=October
-oldyear=2014
+oldver='1\.8\.2'
+oldmonth=August
+oldyear=2015
 
 newmajor=1
-newminor=7
+newminor=8
 newpatch=3
 newmonth=November
-newyear=2014
+newyear=2015
 
 
 newver="${newmajor}.${newminor}.${newpatch}"