From: Vadim Zeitlin Date: Sun, 7 Jan 2007 22:48:06 +0000 (+0000) Subject: also update wxVERSION_STRING X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/311360b8931ee97c5a8cff6749588f480d9ca1f5 also update wxVERSION_STRING git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 40cdae1545..46b364f40f 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -73,7 +73,8 @@ ver_for_sed="$ver_major\.$ver_minor\.$ver_release" run_sed include/wx/version.h \ "s/^\(#define wxRELEASE_NUMBER *\) $ver_release$/\1 $ver_release_new/" \ - "s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" + "s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \ + "/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/" run_sed configure.in \ "/^AC_INIT/s/$ver_for_sed/$ver_string_new/" \