changeset 29:d143cb7290b0

2007-06-19 Thomas Fitzsimmons <fitzsim@redhat.com> * configure.ac: Bump version to 1.1. * configure: Regenerate.
author Thomas Fitzsimmons <fitzsim@redhat.com>
date Tue, 19 Jun 2007 23:17:46 -0400
parents 407ec366f7af
children 903f31149c8f
files ChangeLog configure configure.ac
diffstat 3 files changed, 16 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jun 19 11:40:44 2007 -0400
+++ b/ChangeLog	Tue Jun 19 23:17:46 2007 -0400
@@ -1,3 +1,8 @@
+2007-06-19  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+	* configure.ac: Bump version to 1.1.
+	* configure: Regenerate.
+
 2007-06-19  Francis Kung  <fkung@redhat.com>
 
 	* Makefile.in: Regenerated.
--- a/configure	Tue Jun 19 11:40:44 2007 -0400
+++ b/configure	Tue Jun 19 23:17:46 2007 -0400
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for icedtea 1.0.
+# Generated by GNU Autoconf 2.61 for icedtea 1.1.
 #
 # Report bugs to <fitzsim@redhat.com>.
 #
@@ -574,8 +574,8 @@
 # Identity of this package.
 PACKAGE_NAME='icedtea'
 PACKAGE_TARNAME='icedtea'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='icedtea 1.0'
+PACKAGE_VERSION='1.1'
+PACKAGE_STRING='icedtea 1.1'
 PACKAGE_BUGREPORT='fitzsim@redhat.com'
 
 ac_default_prefix=bootstrap
@@ -1243,7 +1243,7 @@
   # 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 icedtea 1.0 to adapt to many kinds of systems.
+\`configure' configures icedtea 1.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1313,7 +1313,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of icedtea 1.0:";;
+     short | recursive ) echo "Configuration of icedtea 1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1417,7 +1417,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-icedtea configure 1.0
+icedtea configure 1.1
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1431,7 +1431,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by icedtea $as_me 1.0, which was
+It was created by icedtea $as_me 1.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2121,7 +2121,7 @@
 
 # Define the identity of the package.
  PACKAGE='icedtea'
- VERSION='1.0'
+ VERSION='1.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7373,7 +7373,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by icedtea $as_me 1.0, which was
+This file was extended by icedtea $as_me 1.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7420,7 +7420,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-icedtea config.status 1.0
+icedtea config.status 1.1
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
--- a/configure.ac	Tue Jun 19 11:40:44 2007 -0400
+++ b/configure.ac	Tue Jun 19 23:17:46 2007 -0400
@@ -1,5 +1,5 @@
 AC_PREREQ([2.61])
-AC_INIT([icedtea], [1.0], [fitzsim@redhat.com])
+AC_INIT([icedtea], [1.1], [fitzsim@redhat.com])
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([javac], [chmod +x javac])