X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=update-version;h=ee16c53c123e7d9a40ea0b05a2095aee1538442a;hp=8c1f15e2365f2200aa4b1bc32296069c60ffdca9;hb=c604acfda391af68781f9ef1cee1f1ab7aac68e1;hpb=ec60614b1897da8e615c9159a38552648dda53d6 diff --git a/update-version b/update-version index 8c1f15e2..ee16c53c 100755 --- a/update-version +++ b/update-version @@ -1,14 +1,14 @@ #!/bin/bash -oldver='1\.5\.2' -oldmonth=November -oldyear=2013 +oldver='1\.6\.3' +oldmonth=May +oldyear=2014 newmajor=1 -newminor=5 -newpatch=3 -newmonth=December -newyear=2013 +newminor=7 +newpatch=0 +newmonth=May +newyear=2014 newver="${newmajor}.${newminor}.${newpatch}" @@ -23,7 +23,7 @@ sed -i -e 's/\(#define WIMLIB_MAJOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newm -e 's/\(the library interface of wimlib \)'$oldver'/\1'$newver'/' \ include/wimlib.h -sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/*.1.in +sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/man[1-9]/*.[1-9].in sed -i "s/pkgver=$oldver/pkgver=$newver/" archlinux/PKGBUILD