]> wimlib.net Git - wimlib/blobdiff - tools/update-version
timestamp.c: correctly convert negative UNIX timestamps
[wimlib] / tools / update-version
index bfa07dbe33596fa27c9ebd6f8d72432f5a33eca9..401e93eaf0ad3159d5b96fd28d6db78f07f5ab0e 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-oldver='1\.8\.1'
-oldmonth=May
-oldyear=2015
+oldver='1\.10\.0'
+oldmonth=August
+oldyear=2016
 
 newmajor=1
-newminor=8
-newpatch=2
-newmonth=August
-newyear=2015
+newminor=11
+newpatch=0
+newmonth=January
+newyear=2017
 
 
 newver="${newmajor}.${newminor}.${newpatch}"