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