X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Fupdate-version;h=4868d89065277329a9ba4cfb6f0887a98d2f0454;hb=a242bc57c42cc5f592f502ad9d33fc2801eaa714;hp=970dc361cf5ca273f6177f01ca703b08279ed925;hpb=c7a6a38f0b0146eeff7b6f4c0d00501166a11e8c;p=wimlib diff --git a/tools/update-version b/tools/update-version index 970dc361..4868d890 100755 --- a/tools/update-version +++ b/tools/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.7\.4' -oldmonth=January -oldyear=2015 +oldver='1\.9\.2' +oldmonth=June +oldyear=2016 newmajor=1 -newminor=8 +newminor=10 newpatch=0 -newmonth=February -newyear=2015 +newmonth=August +newyear=2016 newver="${newmajor}.${newminor}.${newpatch}"