X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=840ea2c757109e955cdd54b55f8a57e8e5dc1291;hp=be650cfcab5ca87c473e373326c161a73b374021;hb=47898041237677686c46ccac6dd88485a63ddf93;hpb=2beb22c748f33253876ca690cac7f7284c747106 diff --git a/make-release b/make-release index be650cfc..840ea2c7 100755 --- a/make-release +++ b/make-release @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.2\.4' -oldmonth=February +oldver='1\.4\.2' +oldmonth=June oldyear=2013 newmajor=1 -newminor=2 -newpatch=5 -newmonth=February +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,11 +32,8 @@ 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"'/' \ rpm/*.spec - -sed -i 's/WIMLIB_VERSION=[^[:space:]]\+/WIMLIB_VERSION='"$newver"'/' \ - programs/mkwinpeimg