diff --git a/build/bakefiles/version.bkl b/build/bakefiles/version.bkl index 73bd43ca86..d53c0f6115 100644 --- a/build/bakefiles/version.bkl +++ b/build/bakefiles/version.bkl @@ -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 --> - 2 + 3 0 - 2 + 3 diff --git a/build/osx/wxvers.xcconfig b/build/osx/wxvers.xcconfig index c950579ab9..5e5e160406 100644 --- a/build/osx/wxvers.xcconfig +++ b/build/osx/wxvers.xcconfig @@ -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 diff --git a/build/tools/bld_chm_exe.bat b/build/tools/bld_chm_exe.bat index 7ef7e605d4..760c54386e 100644 --- a/build/tools/bld_chm_exe.bat +++ b/build/tools/bld_chm_exe.bat @@ -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% diff --git a/configure.in b/configure.in index f6b58753e8..115bb1bc29 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/docs/changes.txt b/docs/changes.txt index 72e7d42215..db58e1099f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -574,6 +574,10 @@ Major new features in this release +3.0.3: (released 2015-??-??) +---------------------------- + + 3.0.2: (released 2014-10-06) ---------------------------- diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index b7a4775495..1aa3395ebc 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -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 diff --git a/docs/doxygen/latexdocstart.inc b/docs/doxygen/latexdocstart.inc index 8c84910055..ecb37c9bf8 100644 --- a/docs/doxygen/latexdocstart.inc +++ b/docs/doxygen/latexdocstart.inc @@ -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} diff --git a/docs/readme.txt b/docs/readme.txt index 3e49392ef0..a9684f9c58 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -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 diff --git a/include/wx/osx/config_xcode.h b/include/wx/osx/config_xcode.h index 627dad445c..a1d400f2bf 100644 --- a/include/wx/osx/config_xcode.h +++ b/include/wx/osx/config_xcode.h @@ -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 diff --git a/include/wx/version.h b/include/wx/version.h index c1c438d2d9..b894928ad9 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -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 */ /* ---------------------------------------------------------------------------- */ diff --git a/samples/Info.plist b/samples/Info.plist index 0b69400d5d..fbd571920d 100644 --- a/samples/Info.plist +++ b/samples/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.0.2, (c) 2005-2011 wxWidgets + $(PRODUCT_NAME) version 3.0.3, (c) 2005-2011 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier @@ -15,17 +15,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 3.0.2, (c) 2005-2011 wxWidgets + 3.0.3, (c) 2005-2011 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString - 3.0.2 + 3.0.3 CFBundleSignature ???? CFBundleVersion - 3.0.2 + 3.0.3 CSResourcesFileMapped LSRequiresCarbon diff --git a/samples/docview/Info.plist b/samples/docview/Info.plist index f637742780..35e104df29 100644 --- a/samples/docview/Info.plist +++ b/samples/docview/Info.plist @@ -51,7 +51,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.0.2, (c) 2005-2011 wxWidgets + $(PRODUCT_NAME) version 3.0.3, (c) 2005-2011 wxWidgets CFBundleIconFile doc CFBundleIdentifier @@ -66,17 +66,17 @@ it CFBundleLongVersionString - 3.0.2, (c) 2005-2011 wxWidgets + 3.0.3, (c) 2005-2011 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString - 3.0.2 + 3.0.3 CFBundleSignature WXMA CFBundleVersion - 3.0.2 + 3.0.3 CSResourcesFileMapped LSRequiresCarbon diff --git a/samples/minimal/Info_carbon.plist b/samples/minimal/Info_carbon.plist index f1f8d76a25..93a364b848 100644 --- a/samples/minimal/Info_carbon.plist +++ b/samples/minimal/Info_carbon.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.0.2, (c) 2005-2013 wxWidgets + $(PRODUCT_NAME) version 3.0.3, (c) 2005-2013 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier @@ -22,17 +22,17 @@ it CFBundleLongVersionString - 3.0.2, (c) 2005-2011 wxWidgets + 3.0.3, (c) 2005-2011 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString - 3.0.2 + 3.0.3 CFBundleSignature ???? CFBundleVersion - 3.0.2 + 3.0.3 NSHumanReadableCopyright Copyright 2005-2013 wxWidgets diff --git a/samples/minimal/Info_cocoa.plist b/samples/minimal/Info_cocoa.plist index 19256247b0..7f7534850c 100644 --- a/samples/minimal/Info_cocoa.plist +++ b/samples/minimal/Info_cocoa.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(PRODUCT_NAME) CFBundleGetInfoString - $(PRODUCT_NAME) version 3.0.2, (c) 2005-2013 wxWidgets + $(PRODUCT_NAME) version 3.0.3, (c) 2005-2013 wxWidgets CFBundleIconFile wxmac.icns CFBundleIdentifier @@ -22,17 +22,17 @@ it CFBundleLongVersionString - 3.0.2, (c) 2005-2011 wxWidgets + 3.0.3, (c) 2005-2011 wxWidgets CFBundleName $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString - 3.0.2 + 3.0.3 CFBundleSignature ???? CFBundleVersion - 3.0.2 + 3.0.3 NSHumanReadableCopyright Copyright 2005-2013 wxWidgets NSPrincipalClass