Increase version to 2.9.5.

Rebake all the project/make files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-10 23:51:44 +00:00
parent fd78ef4715
commit 14b682f7c3
621 changed files with 6616 additions and 3560 deletions

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
wxWidgets 2.9.4 Release Notes
wxWidgets 2.9.5 Release Notes
=============================
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
https://sourceforge.net/projects/wxwindows/files/2.9.4/
https://sourceforge.net/projects/wxwindows/files/2.9.5/
or
ftp://ftp.wxwidgets.org/pub/2.9.4/
ftp://ftp.wxwidgets.org/pub/2.9.5/
Please see the "Files" section below for the description of various
files available at these locations.
@@ -29,10 +29,10 @@ files available at these locations.
A detailed reference manual including in-depth overviews for various
topics is supplied in various formats and can be accessed online at
http://docs.wxwidgets.org/2.9.4/
http://docs.wxwidgets.org/2.9.5/
Note about naming: while 2.9.4 is called a "development" release,
Note about naming: while 2.9.5 is called a "development" release,
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),
unlike in the stable 2.8.x branch. We believe the current version is
@@ -172,7 +172,7 @@ Documentation
-------------
wxWidgets documentation is available online at
http://docs.wxwidgets.org/2.9.4/ and can also be downloaded in HTML
http://docs.wxwidgets.org/2.9.5/ and can also be downloaded in HTML
format. To generate documentation in other formats (PDF, CHM, ...)
please use the scripts in docs/doxygen directory.