]> wimlib.net Git - wimlib/blobdiff - make-release
Improve write streams performance and handling of joins
[wimlib] / make-release
index ded3b14c7b94e1dc4be5361b1598254633087ae1..840ea2c757109e955cdd54b55f8a57e8e5dc1291 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.3\.1'
-oldmonth=March
+oldver='1\.4\.2'
+oldmonth=June
 oldyear=2013
 
 newmajor=1
-newminor=3
-newpatch=2
-newmonth=March
+newminor=5
+newpatch=0
+newmonth=August
 newyear=2013
 
 
@@ -21,7 +21,7 @@ sed -i -e 's/\(#define WIMLIB_MAJOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newm
        -e 's/\(#define WIMLIB_MINOR_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newminor'/' \
        -e 's/\(#define WIMLIB_PATCH_VERSION[[:space:]]\+\)[[:digit:]]\+/\1'$newpatch'/' \
        -e 's/\(the library interface of wimlib \)'$oldver'/\1'$newver'/' \
-         src/wimlib.h
+         include/wimlib.h
 
 sed -i -e "1s/$oldmonth $oldyear/$newmonth $newyear/" doc/*.1.in
 
@@ -32,7 +32,7 @@ wimlib ($newver-1) unstable; urgency=low\\
 \\
   * Update to v$newver\\
 \\
- -- Eric Biggers <ebiggers3gmail.com>  $(date -R)\\
+ -- Eric Biggers <ebiggers3@gmail.com>  $(date -R)\\
 " debian/changelog
 
 sed -i 's/\(Version:[[:space:]]*\)[^[:space:]]\+/\1'"$newver"'/' \