diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 20 insertions, 11 deletions
@@ -1,3 +1,12 @@ +commit e525ca0d68faed9ede9f55df6d0d4a3099d3ad49 +Author: Martin-Éric Racine <q-funk@iki.fi> +Date: Sun Sep 2 10:05:49 2007 +0300 + + Bumped the package version to 2.7.7.0 and calling it a release. + + ChangeLog | 29 +++++++++++++++++++++++++++++ + 1 files changed, 29 insertions(+), 0 deletions(-) + commit 47c1bc40e2a06ac84953f4a8b62031fb978ab316 Author: Martin-Eric Racine <q-funk@yonix.lan> Date: Wed Aug 29 22:02:23 2007 +0300 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for xf86-video-amd 2.7.6.5. +# Generated by GNU Autoconf 2.61 for xf86-video-amd 2.7.7.0. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='xf86-video-amd' PACKAGE_TARNAME='xf86-video-amd' -PACKAGE_VERSION='2.7.6.5' -PACKAGE_STRING='xf86-video-amd 2.7.6.5' +PACKAGE_VERSION='2.7.7.0' +PACKAGE_STRING='xf86-video-amd 2.7.7.0' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' ac_unique_file="Makefile.am" @@ -1423,7 +1423,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 xf86-video-amd 2.7.6.5 to adapt to many kinds of systems. +\`configure' configures xf86-video-amd 2.7.7.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1493,7 +1493,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xf86-video-amd 2.7.6.5:";; + short | recursive ) echo "Configuration of xf86-video-amd 2.7.7.0:";; esac cat <<\_ACEOF @@ -1610,7 +1610,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xf86-video-amd configure 2.7.6.5 +xf86-video-amd configure 2.7.7.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1624,7 +1624,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xf86-video-amd $as_me 2.7.6.5, which was +It was created by xf86-video-amd $as_me 2.7.7.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2319,7 +2319,7 @@ fi # Define the identity of the package. PACKAGE='xf86-video-amd' - VERSION='2.7.6.5' + VERSION='2.7.7.0' cat >>confdefs.h <<_ACEOF @@ -21604,7 +21604,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xf86-video-amd $as_me 2.7.6.5, which was +This file was extended by xf86-video-amd $as_me 2.7.7.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21657,7 +21657,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -xf86-video-amd config.status 2.7.6.5 +xf86-video-amd config.status 2.7.7.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 6332762..1406f8d 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-amd], - 2.7.6.5, + 2.7.7.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-amd) |