]> wimlib.net Git - wimlib/blobdiff - update-version
wimexport: Document --wimboot option
[wimlib] / update-version
index 8c1f15e2365f2200aa4b1bc32296069c60ffdca9..ee16c53c123e7d9a40ea0b05a2095aee1538442a 100755 (executable)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
 #!/bin/bash
 
-oldver='1\.5\.2'
-oldmonth=November
-oldyear=2013
+oldver='1\.6\.3'
+oldmonth=May
+oldyear=2014
 
 newmajor=1
 
 newmajor=1
-newminor=5
-newpatch=3
-newmonth=December
-newyear=2013
+newminor=7
+newpatch=0
+newmonth=May
+newyear=2014
 
 
 newver="${newmajor}.${newminor}.${newpatch}"
 
 
 newver="${newmajor}.${newminor}.${newpatch}"
@@ -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
 
        -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
 
 
 sed -i "s/pkgver=$oldver/pkgver=$newver/" archlinux/PKGBUILD