]> wimlib.net Git - wimlib/blobdiff - update-version
unix_apply.c: Honor i_not_rpfixed
[wimlib] / update-version
index 4dc5db425ff3267b69f23bb7b5fe01a8bed9b1d1..8acbe0cdd484eb1698fc9116a47c7d9fa65d3fe7 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.5\.3'
-oldmonth=December
-oldyear=2013
+oldver='1\.7\.0'
+oldmonth=May
+oldyear=2014
 
 newmajor=1
-newminor=6
+newminor=7
 newpatch=0
-newmonth=January
+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