]> wimlib.net Git - wimlib/blobdiff - make-release
overwrite_wim_inplace(): cleanup
[wimlib] / make-release
index be650cfcab5ca87c473e373326c161a73b374021..ded3b14c7b94e1dc4be5361b1598254633087ae1 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/bash
 
-oldver='1\.2\.4'
-oldmonth=February
+oldver='1\.3\.1'
+oldmonth=March
 oldyear=2013
 
 newmajor=1
-newminor=2
-newpatch=5
-newmonth=February
+newminor=3
+newpatch=2
+newmonth=March
 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