X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=ea9a0b27a592a77ba21cbb7ac80905309a387466;hp=7ea68f3e2609b68433cf1d5d1ee015e3c6e2bfa4;hb=db9a61d62db87df4228ad3e6f3fcef1f5a4e14bc;hpb=33d977b0e1cc13323340fc6a29825570dbf833da diff --git a/make-release b/make-release index 7ea68f3e..ea9a0b27 100755 --- a/make-release +++ b/make-release @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.2\.6' +oldver='1\.3\.2' oldmonth=March oldyear=2013 newmajor=1 -newminor=2 -newpatch=7 -newmonth=March +newminor=3 +newpatch=3 +newmonth=April newyear=2013 @@ -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