version now 2.8.7
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49638 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.6
|
||||
SET WXW_VER=2.8.7-rc1
|
||||
|
||||
|
||||
if (%WXW_VER%)==() SET WXW_VER=CVS
|
||||
@@ -16,7 +16,7 @@ echo Building wxWidgets-%WXW_VER% docs... > c:\temp.log
|
||||
|
||||
set WXWIN=c:\wx\wxw28b
|
||||
set DAILY=c:\daily28b
|
||||
set PATH=%PATH%;C:\wx\wxw26b\utils\tex2rtf\src\vc_based;C:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1
|
||||
set PATH=%PATH%;C:\wx\WXWIDG~1.0\utils\tex2rtf\src\vc_based;C:\wx\Gnu\bin;c:\progra~1\htmlhe~1;C:\PROGRA~1\INNOSE~1
|
||||
set PATH=%PATH%;C:\Program Files\gs\gs8.51\lib;C:\Program Files\gs\gs8.51\bin
|
||||
echo %PATH% >> c:\temp.log
|
||||
|
||||
|
@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_INIT([wxWidgets], [2.8.6], [wx-dev@lists.wxwidgets.org])
|
||||
AC_INIT([wxWidgets], [2.8.7], [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=6
|
||||
wx_release_number=7
|
||||
wx_subrelease_number=2
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
@@ -26,7 +26,7 @@
|
||||
%\special{!/@scaleunit 1 def}
|
||||
\parskip=10pt
|
||||
\parindent=0pt
|
||||
\title{wxWidgets 2.8.6: A portable C++ and Python GUI toolkit}
|
||||
\title{wxWidgets 2.8.7: A portable C++ and Python GUI toolkit}
|
||||
\winhelponly{\author{by Julian Smart et al
|
||||
%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
|
||||
}}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
wxWidgets 2.8.6
|
||||
wxWidgets 2.8.7
|
||||
---------------------------------------------------------
|
||||
|
||||
Welcome to wxWidgets, a sophisticated cross-platform C++
|
||||
@@ -153,5 +153,5 @@ web site.
|
||||
|
||||
Have fun!
|
||||
|
||||
The wxWidgets Team, September 2007
|
||||
The wxWidgets Team, November 2007
|
||||
|
||||
|
@@ -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 6
|
||||
#define wxRELEASE_NUMBER 7
|
||||
#define wxSUBRELEASE_NUMBER 2
|
||||
#define wxVERSION_STRING _T("wxWidgets 2.8.6")
|
||||
#define wxVERSION_STRING _T("wxWidgets 2.8.7")
|
||||
|
||||
/* nothing to update below this line when updating the version */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.6
|
||||
%define ver 2.8.7
|
||||
%define ver2 2.8
|
||||
%define rel 0
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define _prefix /usr
|
||||
%define ver 2.8.6
|
||||
%define ver 2.8.7
|
||||
%define ver2 2.8
|
||||
%define rel 0
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.6
|
||||
%define ver 2.8.7
|
||||
%define ver2 2.8
|
||||
%define rel 0
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.6
|
||||
%define ver 2.8.7
|
||||
%define ver2 2.8
|
||||
%define rel 0
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.6
|
||||
%define ver 2.8.7
|
||||
%define ver2 2.8
|
||||
%define rel 0
|
||||
|
||||
|
Reference in New Issue
Block a user