X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=update-version;h=0ce1b04c2da188cdc0ac4a13bf8749fef14427ac;hb=7d7e51b225eb2a74d26c089929aadffb1f0549c6;hp=4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1;hpb=345d31902b50d440b918d2ec3a16c0f4bfff08ad;p=wimlib diff --git a/update-version b/update-version index 4dc5db42..0ce1b04c 100755 --- a/update-version +++ b/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.5\.3' -oldmonth=December -oldyear=2013 +oldver='1\.7\.0' +oldmonth=June +oldyear=2014 newmajor=1 -newminor=6 -newpatch=0 -newmonth=January +newminor=7 +newpatch=1 +newmonth=June newyear=2014 @@ -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