updated version to 2.8.4 after addition of wxString::[w]char_str()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-03 13:58:31 +00:00
parent 3a570c4285
commit 62274eb11e
10 changed files with 12 additions and 12 deletions

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.8.1 SET WXW_VER=2.8.4
if (%WXW_VER%)==() SET WXW_VER=CVS if (%WXW_VER%)==() SET WXW_VER=CVS
echo docs building for %WXW_VER% echo docs building for %WXW_VER%

View File

@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization dnl initialization
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [2.8.3], [wx-dev@lists.wxwidgets.org]) AC_INIT([wxWidgets], [2.8.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])
@@ -34,7 +34,7 @@ dnl wx_release_number += 1
wx_major_version_number=2 wx_major_version_number=2
wx_minor_version_number=8 wx_minor_version_number=8
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

@@ -17,7 +17,7 @@ DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
CURDATE=`date -I` CURDATE=`date -I`
# build info # build info
BUILD_VERSION=2.8.2 BUILD_VERSION=2.8.4
BUILD_TAG=HEAD BUILD_TAG=HEAD

View File

@@ -26,7 +26,7 @@
%\special{!/@scaleunit 1 def} %\special{!/@scaleunit 1 def}
\parskip=10pt \parskip=10pt
\parindent=0pt \parindent=0pt
\title{wxWidgets 2.8.3: A portable C++ and Python GUI toolkit} \title{wxWidgets 2.8.4: A portable C++ and Python GUI toolkit}
\winhelponly{\author{by Julian Smart et al \winhelponly{\author{by Julian Smart et al
%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$} %\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
}} }}

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 8 #define wxMINOR_VERSION 8
#define wxRELEASE_NUMBER 3 #define wxRELEASE_NUMBER 4
#define wxSUBRELEASE_NUMBER 0 #define wxSUBRELEASE_NUMBER 0
#define wxVERSION_STRING _T("wxWidgets 2.8.3") #define wxVERSION_STRING _T("wxWidgets 2.8.4")
/* nothing to update below this line when updating the version */ /* nothing to update below this line when updating the version */
/* ---------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------- */

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.3 %define ver 2.8.4
%define ver2 2.8 %define ver2 2.8
%define rel 3 %define rel 3

View File

@@ -1,5 +1,5 @@
%define _prefix /usr %define _prefix /usr
%define ver 2.8.3 %define ver 2.8.4
%define ver2 2.8 %define ver2 2.8
%define rel 3 %define rel 3

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.3 %define ver 2.8.4
%define ver2 2.8 %define ver2 2.8
%define rel 3 %define rel 3

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.3 %define ver 2.8.4
%define ver2 2.8 %define ver2 2.8
%define rel 3 %define rel 3

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.3 %define ver 2.8.4
%define ver2 2.8 %define ver2 2.8
%define rel 3 %define rel 3