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:
@@ -22,9 +22,9 @@
|
||||
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
|
||||
-->
|
||||
<set var="WX_CURRENT">2</set>
|
||||
<set var="WX_CURRENT">3</set>
|
||||
<set var="WX_REVISION">0</set>
|
||||
<set var="WX_AGE">2</set>
|
||||
<set var="WX_AGE">3</set>
|
||||
|
||||
|
||||
<!-- ================================================================== -->
|
||||
|
@@ -1,4 +1,4 @@
|
||||
// update this file with new version numbers
|
||||
|
||||
DYLIB_COMPATIBILITY_VERSION = 3.0
|
||||
DYLIB_CURRENT_VERSION = 3.0.2
|
||||
DYLIB_CURRENT_VERSION = 3.0.3
|
||||
|
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
echo docs building for %WXW_VER%
|
||||
|
@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
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
|
||||
AC_CONFIG_SRCDIR([wx-config.in])
|
||||
@@ -40,7 +40,7 @@ dnl wx_release_number += 1
|
||||
|
||||
wx_major_version_number=3
|
||||
wx_minor_version_number=0
|
||||
wx_release_number=2
|
||||
wx_release_number=3
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
@@ -574,6 +574,10 @@ Major new features in this release
|
||||
|
||||
|
||||
|
||||
3.0.3: (released 2015-??-??)
|
||||
----------------------------
|
||||
|
||||
|
||||
3.0.2: (released 2014-10-06)
|
||||
----------------------------
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = wxWidgets
|
||||
PROJECT_NUMBER = 3.0.2
|
||||
PROJECT_NUMBER = 3.0.3
|
||||
PROJECT_BRIEF =
|
||||
PROJECT_LOGO = logo.png
|
||||
OUTPUT_DIRECTORY = out
|
||||
|
@@ -49,7 +49,7 @@
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\vspace*{2cm}
|
||||
{\large Version 3.0.2 }\\
|
||||
{\large Version 3.0.3 }\\
|
||||
\vspace*{1cm}
|
||||
{Generated on \today}\\
|
||||
\end{center}
|
||||
|
@@ -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
|
||||
@@ -18,17 +18,17 @@ You can learn more about wxWidgets 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
|
||||
available for download from
|
||||
|
||||
https://sourceforge.net/projects/wxwindows/files/3.0.2/
|
||||
https://sourceforge.net/projects/wxwindows/files/3.0.3/
|
||||
|
||||
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
|
||||
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
|
||||
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
|
||||
to earlier versions of wxWidgets, please read it, and especially its
|
||||
|
@@ -125,9 +125,9 @@
|
||||
#define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh"
|
||||
#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org"
|
||||
#define PACKAGE_NAME "wxWidgets"
|
||||
#define PACKAGE_STRING "wxWidgets 3.0.2"
|
||||
#define PACKAGE_STRING "wxWidgets 3.0.3"
|
||||
#define PACKAGE_TARNAME "wxwidgets"
|
||||
#define PACKAGE_VERSION "3.0.2"
|
||||
#define PACKAGE_VERSION "3.0.3"
|
||||
|
||||
// for regex
|
||||
#define WX_NO_REGEX_ADVANCED 1
|
||||
|
@@ -27,9 +27,9 @@
|
||||
/* NB: this file is parsed by automatic tools so don't change its format! */
|
||||
#define wxMAJOR_VERSION 3
|
||||
#define wxMINOR_VERSION 0
|
||||
#define wxRELEASE_NUMBER 2
|
||||
#define wxRELEASE_NUMBER 3
|
||||
#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 */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<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>
|
||||
<string>wxmac.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -15,17 +15,17 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>3.0.2, (c) 2005-2011 wxWidgets</string>
|
||||
<string>3.0.3, (c) 2005-2011 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>LSRequiresCarbon</key>
|
||||
|
@@ -51,7 +51,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<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>
|
||||
<string>doc</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -66,17 +66,17 @@
|
||||
<string>it</string>
|
||||
</array>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>3.0.2, (c) 2005-2011 wxWidgets</string>
|
||||
<string>3.0.3, (c) 2005-2011 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>WXMA</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>LSRequiresCarbon</key>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<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>
|
||||
<string>wxmac.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -22,17 +22,17 @@
|
||||
<string>it</string>
|
||||
</array>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>3.0.2, (c) 2005-2011 wxWidgets</string>
|
||||
<string>3.0.3, (c) 2005-2011 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2005-2013 wxWidgets</string>
|
||||
</dict>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<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>
|
||||
<string>wxmac.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -22,17 +22,17 @@
|
||||
<string>it</string>
|
||||
</array>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>3.0.2, (c) 2005-2011 wxWidgets</string>
|
||||
<string>3.0.3, (c) 2005-2011 wxWidgets</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2005-2013 wxWidgets</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
Reference in New Issue
Block a user