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:
@@ -1,5 +1,5 @@
|
||||
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
|
||||
|
||||
echo docs building for %WXW_VER%
|
||||
|
@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
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
|
||||
AC_CONFIG_SRCDIR([wx-config.in])
|
||||
@@ -34,7 +34,7 @@ dnl wx_release_number += 1
|
||||
|
||||
wx_major_version_number=2
|
||||
wx_minor_version_number=8
|
||||
wx_release_number=3
|
||||
wx_release_number=4
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
@@ -17,7 +17,7 @@ DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
|
||||
CURDATE=`date -I`
|
||||
|
||||
# build info
|
||||
BUILD_VERSION=2.8.2
|
||||
BUILD_VERSION=2.8.4
|
||||
BUILD_TAG=HEAD
|
||||
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
%\special{!/@scaleunit 1 def}
|
||||
\parskip=10pt
|
||||
\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{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
|
||||
}}
|
||||
|
@@ -28,9 +28,9 @@
|
||||
/* NB: this file is parsed by automatic tools so don't change its format! */
|
||||
#define wxMAJOR_VERSION 2
|
||||
#define wxMINOR_VERSION 8
|
||||
#define wxRELEASE_NUMBER 3
|
||||
#define wxRELEASE_NUMBER 4
|
||||
#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 */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.3
|
||||
%define ver 2.8.4
|
||||
%define ver2 2.8
|
||||
%define rel 3
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define _prefix /usr
|
||||
%define ver 2.8.3
|
||||
%define ver 2.8.4
|
||||
%define ver2 2.8
|
||||
%define rel 3
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.3
|
||||
%define ver 2.8.4
|
||||
%define ver2 2.8
|
||||
%define rel 3
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.3
|
||||
%define ver 2.8.4
|
||||
%define ver2 2.8
|
||||
%define rel 3
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.3
|
||||
%define ver 2.8.4
|
||||
%define ver2 2.8
|
||||
%define rel 3
|
||||
|
||||
|
Reference in New Issue
Block a user