X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=make-release;h=5ff293ed9e09fe28e9206356e606d72ea6de3c77;hb=03c0995c472eb5b9084e998cf91065b131ddedfb;hp=7ea68f3e2609b68433cf1d5d1ee015e3c6e2bfa4;hpb=33d977b0e1cc13323340fc6a29825570dbf833da;p=wimlib diff --git a/make-release b/make-release index 7ea68f3e..5ff293ed 100755 --- a/make-release +++ b/make-release @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.2\.6' -oldmonth=March +oldver='1\.4\.0' +oldmonth=May oldyear=2013 newmajor=1 -newminor=2 -newpatch=7 -newmonth=March +newminor=4 +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 @@ -37,6 +37,3 @@ wimlib ($newver-1) unstable; urgency=low\\ sed -i 's/\(Version:[[:space:]]*\)[^[:space:]]\+/\1'"$newver"'/' \ rpm/*.spec - -sed -i 's/WIMLIB_VERSION=[^[:space:]]\+/WIMLIB_VERSION='"$newver"'/' \ - programs/mkwinpeimg