Incremented the version number to 2.9.4 everywhere.

The misc/scripts/inc_release script was used to update the versions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-12-16 22:12:49 +00:00
parent 69b554dccc
commit c05b000c71
18 changed files with 47 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
// update this file with new version numbers // update this file with new version numbers
DYLIB_COMPATIBILITY_VERSION = 2.9 DYLIB_COMPATIBILITY_VERSION = 2.9
DYLIB_CURRENT_VERSION = 2.9.3 DYLIB_CURRENT_VERSION = 2.9.4

View File

@@ -1,5 +1,5 @@
rem Uncomment the next line to set the version; used also in wxWidgets.iss rem Uncomment the next line to set the version; used also in wxWidgets.iss
SET WXW_VER=2.9.3 SET WXW_VER=2.9.4
if (%WXW_VER%)==() SET WXW_VER=SVN if (%WXW_VER%)==() SET WXW_VER=SVN
echo docs building for %WXW_VER% echo docs building for %WXW_VER%

20
configure vendored
View File

@@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# From configure.in Id. # From configure.in Id.
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.3. # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.4.
# #
# Report bugs to <wx-dev@lists.wxwidgets.org>. # Report bugs to <wx-dev@lists.wxwidgets.org>.
# #
@@ -575,8 +575,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='wxWidgets' PACKAGE_NAME='wxWidgets'
PACKAGE_TARNAME='wxwidgets' PACKAGE_TARNAME='wxwidgets'
PACKAGE_VERSION='2.9.3' PACKAGE_VERSION='2.9.4'
PACKAGE_STRING='wxWidgets 2.9.3' PACKAGE_STRING='wxWidgets 2.9.4'
PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
ac_unique_file="wx-config.in" ac_unique_file="wx-config.in"
@@ -1623,7 +1623,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures wxWidgets 2.9.3 to adapt to many kinds of systems. \`configure' configures wxWidgets 2.9.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1692,7 +1692,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of wxWidgets 2.9.3:";; short | recursive ) echo "Configuration of wxWidgets 2.9.4:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -2146,7 +2146,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
wxWidgets configure 2.9.3 wxWidgets configure 2.9.4
generated by GNU Autoconf 2.61 generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -2160,7 +2160,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by wxWidgets $as_me 2.9.3, which was It was created by wxWidgets $as_me 2.9.4, which was
generated by GNU Autoconf 2.61. Invocation command line was generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@ $ $0 $@
@@ -2642,7 +2642,7 @@ fi
wx_major_version_number=2 wx_major_version_number=2
wx_minor_version_number=9 wx_minor_version_number=9
wx_release_number=3 wx_release_number=4
wx_subrelease_number=0 wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
@@ -56254,7 +56254,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by wxWidgets $as_me 2.9.3, which was This file was extended by wxWidgets $as_me 2.9.4, which was
generated by GNU Autoconf 2.61. Invocation command line was generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -56307,7 +56307,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
wxWidgets config.status 2.9.3 wxWidgets config.status 2.9.4
configured by $0, generated by GNU Autoconf 2.61, configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization dnl initialization
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [2.9.3], [wx-dev@lists.wxwidgets.org]) AC_INIT([wxWidgets], [2.9.4], [wx-dev@lists.wxwidgets.org])
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
AC_CONFIG_SRCDIR([wx-config.in]) AC_CONFIG_SRCDIR([wx-config.in])
@@ -43,7 +43,7 @@ dnl wx_release_number += 1
wx_major_version_number=2 wx_major_version_number=2
wx_minor_version_number=9 wx_minor_version_number=9
wx_release_number=3 wx_release_number=4
wx_subrelease_number=0 wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number WX_RELEASE=$wx_major_version_number.$wx_minor_version_number

View File

@@ -12,7 +12,7 @@
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = wxWidgets PROJECT_NAME = wxWidgets
PROJECT_NUMBER = 2.9.3 PROJECT_NUMBER = 2.9.4
PROJECT_BRIEF = PROJECT_BRIEF =
PROJECT_LOGO = logo.png PROJECT_LOGO = logo.png
OUTPUT_DIRECTORY = out OUTPUT_DIRECTORY = out

View File

@@ -49,7 +49,7 @@
\end{center} \end{center}
\end{figure} \end{figure}
\vspace*{2cm} \vspace*{2cm}
{\large Version 2.9.3 }\\ {\large Version 2.9.4 }\\
\vspace*{1cm} \vspace*{1cm}
{Generated on \today}\\ {Generated on \today}\\
\end{center} \end{center}

View File

@@ -1,4 +1,4 @@
wxWidgets 2.9.3 Release Notes wxWidgets 2.9.4 Release Notes
============================= =============================
Welcome to the latest release of wxWidgets, a free cross-platform C++ Welcome to the latest release of wxWidgets, a free cross-platform C++
@@ -16,11 +16,11 @@ thread handling, and so on. You can learn more about wxWidgets at
wxWidgets sources are available for download from wxWidgets sources are available for download from
https://sourceforge.net/projects/wxwindows/files/2.9.3/ https://sourceforge.net/projects/wxwindows/files/2.9.4/
or or
ftp://ftp.wxwidgets.org/pub/2.9.3/ ftp://ftp.wxwidgets.org/pub/2.9.4/
Please see the "Files" section below for the description of various Please see the "Files" section below for the description of various
files available at these locations. files available at these locations.
@@ -29,10 +29,10 @@ files available at these locations.
A detailed reference manual including in-depth overviews for various A detailed reference manual including in-depth overviews for various
topics is supplied in various formats and can be accessed online at topics is supplied in various formats and can be accessed online at
http://docs.wxwidgets.org/2.9.3/ http://docs.wxwidgets.org/2.9.4/
Note about naming: while 2.9.3 is called a "development" release, Note about naming: while 2.9.4 is called a "development" release,
this only means that API is not guaranteed to remain unchanged in the this only means that API is not guaranteed to remain unchanged in the
subsequent 2.9.x releases (although it is still likely that it will), subsequent 2.9.x releases (although it is still likely that it will),
unlike in the stable 2.8.x branch. We believe the current version is unlike in the stable 2.8.x branch. We believe the current version is
@@ -160,7 +160,7 @@ Documentation
------------- -------------
wxWidgets documentation is available online at wxWidgets documentation is available online at
http://docs.wxwidgets.org/2.9.3/ and can also be downloaded in HTML http://docs.wxwidgets.org/2.9.4/ and can also be downloaded in HTML
format. To generate documentation in other formats (PDF, CHM, ...) format. To generate documentation in other formats (PDF, CHM, ...)
please use the scripts in docs/doxygen directory. please use the scripts in docs/doxygen directory.

View File

@@ -133,9 +133,9 @@
#define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh"
#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org"
#define PACKAGE_NAME "wxWidgets" #define PACKAGE_NAME "wxWidgets"
#define PACKAGE_STRING "wxWidgets 2.9.3" #define PACKAGE_STRING "wxWidgets 2.9.4"
#define PACKAGE_TARNAME "wxwidgets" #define PACKAGE_TARNAME "wxwidgets"
#define PACKAGE_VERSION "2.9.3" #define PACKAGE_VERSION "2.9.4"
// for regex // for regex
#define WX_NO_REGEX_ADVANCED 1 #define WX_NO_REGEX_ADVANCED 1

View File

@@ -28,9 +28,9 @@
/* NB: this file is parsed by automatic tools so don't change its format! */ /* NB: this file is parsed by automatic tools so don't change its format! */
#define wxMAJOR_VERSION 2 #define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 9 #define wxMINOR_VERSION 9
#define wxRELEASE_NUMBER 3 #define wxRELEASE_NUMBER 4
#define wxSUBRELEASE_NUMBER 0 #define wxSUBRELEASE_NUMBER 0
#define wxVERSION_STRING wxT("wxWidgets 2.9.3") #define wxVERSION_STRING wxT("wxWidgets 2.9.4")
/* nothing to update below this line when updating the version */ /* nothing to update below this line when updating the version */
/* ---------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------- */

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 2.9.3, (c) 2005-2011 wxWidgets</string> <string>$(PRODUCT_NAME) version 2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>wxmac.icns</string> <string>wxmac.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -15,17 +15,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.9.3, (c) 2005-2011 wxWidgets</string> <string>2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>

View File

@@ -51,7 +51,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 2.9.3, (c) 2005-2011 wxWidgets</string> <string>$(PRODUCT_NAME) version 2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>doc</string> <string>doc</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -66,17 +66,17 @@
<string>it</string> <string>it</string>
</array> </array>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.9.3, (c) 2005-2011 wxWidgets</string> <string>2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>WXMA</string> <string>WXMA</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 2.9.3, (c) 2005-2011 wxWidgets</string> <string>$(PRODUCT_NAME) version 2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>wxmac.icns</string> <string>wxmac.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -22,17 +22,17 @@
<string>it</string> <string>it</string>
</array> </array>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.9.3, (c) 2005-2011 wxWidgets</string> <string>2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2011 wxWidgets</string> <string>Copyright 2005-2011 wxWidgets</string>
</dict> </dict>

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 2.9.3, (c) 2005-2011 wxWidgets</string> <string>$(PRODUCT_NAME) version 2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>wxmac.icns</string> <string>wxmac.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@@ -22,17 +22,17 @@
<string>it</string> <string>it</string>
</array> </array>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.9.3, (c) 2005-2011 wxWidgets</string> <string>2.9.4, (c) 2005-2011 wxWidgets</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.9.3</string> <string>2.9.4</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2011 wxWidgets</string> <string>Copyright 2005-2011 wxWidgets</string>
</dict> </dict>

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.9.3 %define ver 2.9.4
%define ver2 2.9 %define ver2 2.9
%define rel 1 %define rel 1

View File

@@ -1,5 +1,5 @@
%define _prefix /usr %define _prefix /usr
%define ver 2.9.3 %define ver 2.9.4
%define ver2 2.9 %define ver2 2.9
%define rel 1 %define rel 1

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.9.3 %define ver 2.9.4
%define ver2 2.9 %define ver2 2.9
%define rel 1 %define rel 1

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.9.3 %define ver 2.9.4
%define ver2 2.9 %define ver2 2.9
%define rel 1 %define rel 1

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.9.3 %define ver 2.9.4
%define ver2 2.9 %define ver2 2.9
%define rel 1 %define rel 1