X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=840ea2c757109e955cdd54b55f8a57e8e5dc1291;hp=ea9a0b27a592a77ba21cbb7ac80905309a387466;hb=47898041237677686c46ccac6dd88485a63ddf93;hpb=6aad3bee18ef52fc81d6df36080aa53bf8aa1d82 diff --git a/make-release b/make-release index ea9a0b27..840ea2c7 100755 --- a/make-release +++ b/make-release @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.3\.2' -oldmonth=March +oldver='1\.4\.2' +oldmonth=June oldyear=2013 newmajor=1 -newminor=3 -newpatch=3 -newmonth=April +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 $(date -R)\\ + -- Eric Biggers $(date -R)\\ " debian/changelog sed -i 's/\(Version:[[:space:]]*\)[^[:space:]]\+/\1'"$newver"'/' \