X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=fad85cf52366be93f4e3a46251e84fb0c7300836;hp=3d477d88b8ca6812c98dab9f48a13a86da7390d7;hb=e14e4844e302870abcc6dc67c96a84665db4a671;hpb=794ecd09fc527e3328e469c14e563d42a7a70a39 diff --git a/make-release b/make-release index 3d477d88..fad85cf5 100755 --- a/make-release +++ b/make-release @@ -1,12 +1,12 @@ #!/bin/bash -oldver='1\.3\.3' -oldmonth=April +oldver='1\.4\.0' +oldmonth=May oldyear=2013 newmajor=1 newminor=4 -newpatch=0 +newpatch=1 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,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"'/' \