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