X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=update-version;h=15fe71eb9fb445645f9997861a17b6f2a575e851;hp=a6282901b7c72bcc9ad4175f4b013181dbedb474;hb=5b6eaafbaab217fc69946685862a09afa28b30cb;hpb=2bba9abc868d81e85a2a165db9ade09fdb30ac8e diff --git a/update-version b/update-version index a6282901..15fe71eb 100755 --- a/update-version +++ b/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.6\.1' -oldmonth=January +oldver='1\.7\.1' +oldmonth=August oldyear=2014 newmajor=1 -newminor=6 +newminor=7 newpatch=2 -newmonth=March +newmonth=October 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