FYI: Bump version to 1.8-pre for next release.

Andrew John Hughes gnu_andrew at member.fsf.org
Sun Jun 1 20:35:00 PDT 2008


This bumps IcedTea's version number to 1.8-pre
so we can prepare for the next release.

ChangeLog:

2008-06-02  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	* NEWS: Add news stub for next release.
	* configure: Regenerated.
	* configure.ac: Bump version number to 1.8-pre.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
-------------- next part --------------
diff -r 79a70e3a3d61 NEWS
--- a/NEWS	Mon Jun 02 04:30:31 2008 +0100
+++ b/NEWS	Mon Jun 02 04:33:00 2008 +0100
@@ -1,3 +1,5 @@ New in release 1.7 (2008-06-02)
+New in release 1.8 (XXXX-XX-XX)
+
 New in release 1.7 (2008-06-02)
 
   IcedTea is based on the hard work of a lot of people that contributed to
diff -r 79a70e3a3d61 configure
--- a/configure	Mon Jun 02 04:30:31 2008 +0100
+++ b/configure	Mon Jun 02 04:33:00 2008 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for icedtea 1.7.
+# Generated by GNU Autoconf 2.61 for icedtea 1.8-pre.
 #
 # Report bugs to <fitzsim at redhat.com>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='icedtea'
 PACKAGE_TARNAME='icedtea'
-PACKAGE_VERSION='1.7'
-PACKAGE_STRING='icedtea 1.7'
+PACKAGE_VERSION='1.8-pre'
+PACKAGE_STRING='icedtea 1.8-pre'
 PACKAGE_BUGREPORT='fitzsim at redhat.com'
 
 ac_default_prefix=bootstrap
@@ -1344,7 +1344,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 icedtea 1.7 to adapt to many kinds of systems.
+\`configure' configures icedtea 1.8-pre to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1414,7 +1414,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of icedtea 1.7:";;
+     short | recursive ) echo "Configuration of icedtea 1.8-pre:";;
    esac
   cat <<\_ACEOF
 
@@ -1572,7 +1572,7 @@ test -n "$ac_init_help" && exit $ac_stat
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-icedtea configure 1.7
+icedtea configure 1.8-pre
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1586,7 +1586,7 @@ This file contains any messages produced
 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.7, which was
+It was created by icedtea $as_me 1.8-pre, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2276,7 +2276,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='icedtea'
- VERSION='1.7'
+ VERSION='1.8-pre'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12709,7 +12709,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 icedtea $as_me 1.7, which was
+This file was extended by icedtea $as_me 1.8-pre, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12756,7 +12756,7 @@ _ACEOF
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-icedtea config.status 1.7
+icedtea config.status 1.8-pre
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r 79a70e3a3d61 configure.ac
--- a/configure.ac	Mon Jun 02 04:30:31 2008 +0100
+++ b/configure.ac	Mon Jun 02 04:33:00 2008 +0100
@@ -1,5 +1,5 @@ AC_PREREQ([2.61])
 AC_PREREQ([2.61])
-AC_INIT([icedtea], [1.7], [fitzsim at redhat.com])
+AC_INIT([icedtea], [1.8-pre], [fitzsim at redhat.com])
 AM_INIT_AUTOMAKE([tar-pax])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST


More information about the distro-pkg-dev mailing list