X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=make-release;h=5ff293ed9e09fe28e9206356e606d72ea6de3c77;hp=3d477d88b8ca6812c98dab9f48a13a86da7390d7;hb=7ed55e914b616c71e3118ca9948c1350441a9fc2;hpb=794ecd09fc527e3328e469c14e563d42a7a70a39;ds=sidebyside diff --git a/make-release b/make-release index 3d477d88..5ff293ed 100755 --- a/make-release +++ b/make-release @@ -1,12 +1,12 @@ #!/bin/bash -oldver='1\.3\.3' -oldmonth=April +oldver='1\.4\.0' +oldmonth=May oldyear=2013 newmajor=1 newminor=4 -newpatch=0 +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