X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=update-version;h=5e8d3bde62cfa99d755a841e44ba5ccbdee7ed49;hp=4bb950a617a92f4b6e80ac30d905976878de682b;hb=1bb17a2a0cb390f26e7936037acd4511bf39ad76;hpb=09e9bf4f6dfc6a196aa2c85f85b7da81e6bd70f7 diff --git a/update-version b/update-version index 4bb950a6..5e8d3bde 100755 --- a/update-version +++ b/update-version @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.6\.0' -oldmonth=January -oldyear=2013 +oldver='1\.7\.0' +oldmonth=June +oldyear=2014 newmajor=1 -newminor=6 +newminor=7 newpatch=1 -newmonth=January +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