]> wimlib.net Git - wimlib/blobdiff - tools/update-version
win32_capture.c: retry NtReadFile() requests
[wimlib] / tools / update-version
index 970dc361cf5ca273f6177f01ca703b08279ed925..65ab7725b30f5307b1f174a8333eb7afdc58803d 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.7\.4'
-oldmonth=January
+oldver='1\.8\.3'
+oldmonth=November
 oldyear=2015
 
 newmajor=1
-newminor=8
+newminor=9
 newpatch=0
-newmonth=February
-newyear=2015
+newmonth=January
+newyear=2016
 
 
 newver="${newmajor}.${newminor}.${newpatch}"