Update version to 3.0.3.

Run misc/scripts/inc_release, update version.bkl and changes.txt manually.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-10-06 12:35:15 +00:00
parent 34f86475a8
commit f8506c65a5
14 changed files with 37 additions and 33 deletions

View File

@@ -22,9 +22,9 @@
3. Else, i.e. if there were no changes at all to API but only internal 3. Else, i.e. if there were no changes at all to API but only internal
changes, change C:R:A to C:R+1:A changes, change C:R:A to C:R+1:A
--> -->
<set var="WX_CURRENT">2</set> <set var="WX_CURRENT">3</set>
<set var="WX_REVISION">0</set> <set var="WX_REVISION">0</set>
<set var="WX_AGE">2</set> <set var="WX_AGE">3</set>
<!-- ================================================================== --> <!-- ================================================================== -->

View File

@@ -1,4 +1,4 @@
// update this file with new version numbers // update this file with new version numbers
DYLIB_COMPATIBILITY_VERSION = 3.0 DYLIB_COMPATIBILITY_VERSION = 3.0
DYLIB_CURRENT_VERSION = 3.0.2 DYLIB_CURRENT_VERSION = 3.0.3

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=3.0.2 SET WXW_VER=3.0.3
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%

View File

@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization dnl initialization
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [3.0.2], [wx-dev@lists.wxwidgets.org]) AC_INIT([wxWidgets], [3.0.3], [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])
@@ -40,7 +40,7 @@ dnl wx_release_number += 1
wx_major_version_number=3 wx_major_version_number=3
wx_minor_version_number=0 wx_minor_version_number=0
wx_release_number=2 wx_release_number=3
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

@@ -574,6 +574,10 @@ Major new features in this release
3.0.3: (released 2015-??-??)
----------------------------
3.0.2: (released 2014-10-06) 3.0.2: (released 2014-10-06)
---------------------------- ----------------------------

View File

@@ -6,7 +6,7 @@
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = wxWidgets PROJECT_NAME = wxWidgets
PROJECT_NUMBER = 3.0.2 PROJECT_NUMBER = 3.0.3
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 3.0.2 }\\ {\large Version 3.0.3 }\\
\vspace*{1cm} \vspace*{1cm}
{Generated on \today}\\ {Generated on \today}\\
\end{center} \end{center}

View File

@@ -1,4 +1,4 @@
wxWidgets 3.0.2 Release Notes wxWidgets 3.0.3 Release Notes
============================= =============================
Welcome to the latest stable release of wxWidgets, a free and open Welcome to the latest stable release of wxWidgets, a free and open
@@ -18,17 +18,17 @@ You can learn more about wxWidgets at
and read its documentation online at and read its documentation online at
http://docs.wxwidgets.org/3.0.2/ http://docs.wxwidgets.org/3.0.3/
wxWidgets sources and binaries for the selected platforms are wxWidgets sources and binaries for the selected platforms are
available for download from available for download from
https://sourceforge.net/projects/wxwindows/files/3.0.2/ https://sourceforge.net/projects/wxwindows/files/3.0.3/
or or
ftp://ftp.wxwidgets.org/pub/3.0.2/ ftp://ftp.wxwidgets.org/pub/3.0.3/
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.
@@ -74,7 +74,7 @@ nevertheless made it into this release as well:
Other changes in this release are described in the file Other changes in this release are described in the file
docs/changes.txt available online at docs/changes.txt available online at
https://sourceforge.net/projects/wxwindows/files/3.0.2/changes.txt https://sourceforge.net/projects/wxwindows/files/3.0.3/changes.txt
This file also contains information about the changes in 3.0 compared This file also contains information about the changes in 3.0 compared
to earlier versions of wxWidgets, please read it, and especially its to earlier versions of wxWidgets, please read it, and especially its

View File

@@ -125,9 +125,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 3.0.2" #define PACKAGE_STRING "wxWidgets 3.0.3"
#define PACKAGE_TARNAME "wxwidgets" #define PACKAGE_TARNAME "wxwidgets"
#define PACKAGE_VERSION "3.0.2" #define PACKAGE_VERSION "3.0.3"
// for regex // for regex
#define WX_NO_REGEX_ADVANCED 1 #define WX_NO_REGEX_ADVANCED 1

View File

@@ -27,9 +27,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 3 #define wxMAJOR_VERSION 3
#define wxMINOR_VERSION 0 #define wxMINOR_VERSION 0
#define wxRELEASE_NUMBER 2 #define wxRELEASE_NUMBER 3
#define wxSUBRELEASE_NUMBER 0 #define wxSUBRELEASE_NUMBER 0
#define wxVERSION_STRING wxT("wxWidgets 3.0.2") #define wxVERSION_STRING wxT("wxWidgets 3.0.3")
/* 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 3.0.2, (c) 2005-2011 wxWidgets</string> <string>$(PRODUCT_NAME) version 3.0.3, (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>3.0.2, (c) 2005-2011 wxWidgets</string> <string>3.0.3, (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>3.0.2</string> <string>3.0.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.0.2</string> <string>3.0.3</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 3.0.2, (c) 2005-2011 wxWidgets</string> <string>$(PRODUCT_NAME) version 3.0.3, (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>3.0.2, (c) 2005-2011 wxWidgets</string> <string>3.0.3, (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>3.0.2</string> <string>3.0.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>WXMA</string> <string>WXMA</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.0.2</string> <string>3.0.3</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 3.0.2, (c) 2005-2013 wxWidgets</string> <string>$(PRODUCT_NAME) version 3.0.3, (c) 2005-2013 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>3.0.2, (c) 2005-2011 wxWidgets</string> <string>3.0.3, (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>3.0.2</string> <string>3.0.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.0.2</string> <string>3.0.3</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2013 wxWidgets</string> <string>Copyright 2005-2013 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 3.0.2, (c) 2005-2013 wxWidgets</string> <string>$(PRODUCT_NAME) version 3.0.3, (c) 2005-2013 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>3.0.2, (c) 2005-2011 wxWidgets</string> <string>3.0.3, (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>3.0.2</string> <string>3.0.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>3.0.2</string> <string>3.0.3</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2013 wxWidgets</string> <string>Copyright 2005-2013 wxWidgets</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>