version to 2.8.11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@63293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2010-01-28 09:27:47 +00:00
parent a4374095fc
commit 2d3b74a042
13 changed files with 25 additions and 25 deletions

View File

@@ -24,7 +24,7 @@
changes, change C:R:A to C:R+1:A changes, change C:R:A to C:R+1:A
--> -->
<set var="WX_CURRENT">6</set> <set var="WX_CURRENT">6</set>
<set var="WX_REVISION">0</set> <set var="WX_REVISION">1</set>
<set var="WX_AGE">6</set> <set var="WX_AGE">6</set>

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.10 SET WXW_VER=2.8.11-rc1
if (%WXW_VER%)==() SET WXW_VER=CVS if (%WXW_VER%)==() SET WXW_VER=CVS

20
configure vendored
View File

@@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# From configure.in Id. # From configure.in Id.
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for wxWidgets 2.8.10. # Generated by GNU Autoconf 2.59 for wxWidgets 2.8.11.
# #
# Report bugs to <wx-dev@lists.wxwidgets.org>. # Report bugs to <wx-dev@lists.wxwidgets.org>.
# #
@@ -270,8 +270,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package. # Identity of this package.
PACKAGE_NAME='wxWidgets' PACKAGE_NAME='wxWidgets'
PACKAGE_TARNAME='wxwidgets' PACKAGE_TARNAME='wxwidgets'
PACKAGE_VERSION='2.8.10' PACKAGE_VERSION='2.8.11'
PACKAGE_STRING='wxWidgets 2.8.10' PACKAGE_STRING='wxWidgets 2.8.11'
PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
ac_unique_file="wx-config.in" ac_unique_file="wx-config.in"
@@ -866,7 +866,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures wxWidgets 2.8.10 to adapt to many kinds of systems. \`configure' configures wxWidgets 2.8.11 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -932,7 +932,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of wxWidgets 2.8.10:";; short | recursive ) echo "Configuration of wxWidgets 2.8.11:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1338,7 +1338,7 @@ fi
test -n "$ac_init_help" && exit 0 test -n "$ac_init_help" && exit 0
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
wxWidgets configure 2.8.10 wxWidgets configure 2.8.11
generated by GNU Autoconf 2.59 generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1352,7 +1352,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by wxWidgets $as_me 2.8.10, which was It was created by wxWidgets $as_me 2.8.11, which was
generated by GNU Autoconf 2.59. Invocation command line was generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@ $ $0 $@
@@ -1803,7 +1803,7 @@ test -n "$target_alias" &&
wx_major_version_number=2 wx_major_version_number=2
wx_minor_version_number=8 wx_minor_version_number=8
wx_release_number=10 wx_release_number=11
wx_subrelease_number=1 wx_subrelease_number=1
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
@@ -51375,7 +51375,7 @@ _ASBOX
} >&5 } >&5
cat >&5 <<_CSEOF cat >&5 <<_CSEOF
This file was extended by wxWidgets $as_me 2.8.10, which was This file was extended by wxWidgets $as_me 2.8.11, which was
generated by GNU Autoconf 2.59. Invocation command line was generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -51438,7 +51438,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\ ac_cs_version="\\
wxWidgets config.status 2.8.10 wxWidgets config.status 2.8.11
configured by $0, generated by GNU Autoconf 2.59, configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization dnl initialization
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [2.8.10], [wx-dev@lists.wxwidgets.org]) AC_INIT([wxWidgets], [2.8.11], [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=10 wx_release_number=11
wx_subrelease_number=1 wx_subrelease_number=1
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number WX_RELEASE=$wx_major_version_number.$wx_minor_version_number

View File

@@ -18,7 +18,7 @@ DOCDIR=${WX_TEMP_DIR}/wxWidgets/docs/
CURDATE=`date -I` CURDATE=`date -I`
# build info # build info
BUILD_VERSION=2.8.10 BUILD_VERSION=2.8.11-rc1
BUILD_TAG=HEAD BUILD_TAG=HEAD

View File

@@ -26,13 +26,13 @@
%\special{!/@scaleunit 1 def} %\special{!/@scaleunit 1 def}
\parskip=10pt \parskip=10pt
\parindent=0pt \parindent=0pt
\title{wxWidgets 2.8.10: A portable C++ and Python GUI toolkit} \title{wxWidgets 2.8.11: 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}$$}
}} }}
\winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin, \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin,
Robin Dunn, et al} Robin Dunn, et al}
\date{February, 2009} \date{February, 2010}
} }
\makeindex \makeindex
\begin{document} \begin{document}

View File

@@ -1,4 +1,4 @@
wxWidgets 2.8.10 wxWidgets 2.8.11
--------------------------------------------------------- ---------------------------------------------------------
Welcome to wxWidgets, a sophisticated cross-platform C++ Welcome to wxWidgets, a sophisticated cross-platform C++

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 10 #define wxRELEASE_NUMBER 11
#define wxSUBRELEASE_NUMBER 1 #define wxSUBRELEASE_NUMBER 1
#define wxVERSION_STRING wxT("wxWidgets 2.8.10") #define wxVERSION_STRING wxT("wxWidgets 2.8.11")
/* 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.10 %define ver 2.8.11
%define ver2 2.8 %define ver2 2.8
%define rel 0 %define rel 0

View File

@@ -1,5 +1,5 @@
%define _prefix /usr %define _prefix /usr
%define ver 2.8.10 %define ver 2.8.11
%define ver2 2.8 %define ver2 2.8
%define rel 0 %define rel 0

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.10 %define ver 2.8.11
%define ver2 2.8 %define ver2 2.8
%define rel 0 %define rel 0

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.10 %define ver 2.8.11
%define ver2 2.8 %define ver2 2.8
%define rel 0 %define rel 0

View File

@@ -1,5 +1,5 @@
%define pref /usr %define pref /usr
%define ver 2.8.10 %define ver 2.8.11
%define ver2 2.8 %define ver2 2.8
%define rel 0 %define rel 0