X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=update-version;h=5e8d3bde62cfa99d755a841e44ba5ccbdee7ed49;hp=4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1;hb=19383e489030b926c9816699a13b81b36bb766b1;hpb=345d31902b50d440b918d2ec3a16c0f4bfff08ad diff --git a/update-version b/update-version index 4dc5db42..5e8d3bde 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=August 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