From cf103cdbf3d1c4391296f2a021414e00290a76ca Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 19 May 2008 19:07:31 +0000 Subject: [PATCH] up to 2.8.8 in prep for release git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 20 ++++++++++---------- configure.in | 4 ++-- wxBase.spec | 2 +- wxGTK.spec | 2 +- wxMGL.spec | 2 +- wxMotif.spec | 2 +- wxX11.spec | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/configure b/configure index 9d06982eea..d7156329fd 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Id: configure.in 51582 2008-02-07 20:59:50Z DE . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for wxWidgets 2.8.7. +# Generated by GNU Autoconf 2.59 for wxWidgets 2.8.8. # # Report bugs to . # @@ -270,8 +270,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='wxWidgets' PACKAGE_TARNAME='wxwidgets' -PACKAGE_VERSION='2.8.7' -PACKAGE_STRING='wxWidgets 2.8.7' +PACKAGE_VERSION='2.8.8' +PACKAGE_STRING='wxWidgets 2.8.8' PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' 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. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures wxWidgets 2.8.7 to adapt to many kinds of systems. +\`configure' configures wxWidgets 2.8.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -932,7 +932,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of wxWidgets 2.8.7:";; + short | recursive ) echo "Configuration of wxWidgets 2.8.8:";; esac cat <<\_ACEOF @@ -1338,7 +1338,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -wxWidgets configure 2.8.7 +wxWidgets configure 2.8.8 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1352,7 +1352,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by wxWidgets $as_me 2.8.7, which was +It was created by wxWidgets $as_me 2.8.8, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1803,7 +1803,7 @@ test -n "$target_alias" && wx_major_version_number=2 wx_minor_version_number=8 -wx_release_number=7 +wx_release_number=8 wx_subrelease_number=2 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number @@ -50224,7 +50224,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by wxWidgets $as_me 2.8.7, which was +This file was extended by wxWidgets $as_me 2.8.8, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -50287,7 +50287,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -wxWidgets config.status 2.8.7 +wxWidgets config.status 2.8.8 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 1453962246..2d14ae25f5 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl --------------------------------------------------------------------------- dnl initialization dnl --------------------------------------------------------------------------- -AC_INIT([wxWidgets], [2.8.7], [wx-dev@lists.wxwidgets.org]) +AC_INIT([wxWidgets], [2.8.8], [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=7 +wx_release_number=8 wx_subrelease_number=2 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number diff --git a/wxBase.spec b/wxBase.spec index 5df66c0d9f..2c8dd4df71 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.8.7 +%define ver 2.8.8 %define ver2 2.8 %define rel 0 diff --git a/wxGTK.spec b/wxGTK.spec index 783e802bd3..ddab0767e9 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,5 +1,5 @@ %define _prefix /usr -%define ver 2.8.7 +%define ver 2.8.8 %define ver2 2.8 %define rel 0 diff --git a/wxMGL.spec b/wxMGL.spec index 59b2072d07..11fa306611 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.8.7 +%define ver 2.8.8 %define ver2 2.8 %define rel 0 diff --git a/wxMotif.spec b/wxMotif.spec index c92aa61992..635abbf30a 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.8.7 +%define ver 2.8.8 %define ver2 2.8 %define rel 0 diff --git a/wxX11.spec b/wxX11.spec index 1d09a3a6c2..9a3d00c82f 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.8.7 +%define ver 2.8.8 %define ver2 2.8 %define rel 0