X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=3d477d88b8ca6812c98dab9f48a13a86da7390d7;hp=be650cfcab5ca87c473e373326c161a73b374021;hb=bae9a26f52c209a0c8931eefb2e3150e4b6ac749;hpb=2beb22c748f33253876ca690cac7f7284c747106 diff --git a/make-release b/make-release index be650cfc..3d477d88 100755 --- a/make-release +++ b/make-release @@ -1,13 +1,13 @@ #!/bin/bash -oldver='1\.2\.4' -oldmonth=February +oldver='1\.3\.3' +oldmonth=April oldyear=2013 newmajor=1 -newminor=2 -newpatch=5 -newmonth=February +newminor=4 +newpatch=0 +newmonth=May 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