X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=fad85cf52366be93f4e3a46251e84fb0c7300836;hp=81a3962b69483b98d628b2906c6f98493833fcd9;hb=c515b8ec17e25eb312abbca22dd3f8ca7815716d;hpb=34935d41624c903db230efbd5b0a1f37e7fdcc32 diff --git a/make-release b/make-release index 81a3962b..fad85cf5 100755 --- a/make-release +++ b/make-release @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.3\.0' -oldmonth=March +oldver='1\.4\.0' +oldmonth=May oldyear=2013 newmajor=1 -newminor=3 +newminor=4 newpatch=1 -newmonth=March +newmonth=May 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