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