updated version in configure to 2.7.0 too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-10-04 11:08:43 +00:00
parent 0152ee89dd
commit dd8df4fc9c
2 changed files with 16 additions and 16 deletions

24
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh
# From configure.in Id: configure.in.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for wxWidgets 2.6.2.
# Generated by GNU Autoconf 2.59 for wxWidgets 2.7.0.
#
# Report bugs to <wx-dev@lists.wxwidgets.org>.
#
@ -270,8 +270,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='wxWidgets'
PACKAGE_TARNAME='wxwidgets'
PACKAGE_VERSION='2.6.2'
PACKAGE_STRING='wxWidgets 2.6.2'
PACKAGE_VERSION='2.7.0'
PACKAGE_STRING='wxWidgets 2.7.0'
PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
ac_unique_file="wx-config.in"
@ -794,7 +794,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.6.2 to adapt to many kinds of systems.
\`configure' configures wxWidgets 2.7.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -860,7 +860,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of wxWidgets 2.6.2:";;
short | recursive ) echo "Configuration of wxWidgets 2.7.0:";;
esac
cat <<\_ACEOF
@ -1199,7 +1199,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
wxWidgets configure 2.6.2
wxWidgets configure 2.7.0
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@ -1213,7 +1213,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.6.2, which was
It was created by wxWidgets $as_me 2.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@ -1663,9 +1663,9 @@ test -n "$target_alias" &&
wx_major_version_number=2
wx_minor_version_number=6
wx_release_number=2
wx_subrelease_number=1
wx_minor_version_number=7
wx_release_number=0
wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
WX_VERSION=$WX_RELEASE.$wx_release_number
@ -46359,7 +46359,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by wxWidgets $as_me 2.6.2, which was
This file was extended by wxWidgets $as_me 2.7.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -46422,7 +46422,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
wxWidgets config.status 2.6.2
wxWidgets config.status 2.7.0
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

View File

@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization
dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [2.6.2], [wx-dev@lists.wxwidgets.org])
AC_INIT([wxWidgets], [2.7.0], [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])
@ -33,9 +33,9 @@ dnl
dnl wx_release_number += 1
wx_major_version_number=2
wx_minor_version_number=6
wx_release_number=2
wx_subrelease_number=1
wx_minor_version_number=7
wx_release_number=0
wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
WX_VERSION=$WX_RELEASE.$wx_release_number