diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 17:51:38 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 17:51:38 +0000 |
commit | 4042369a9a369fbeb9bc2007ea4fb3a1321ed54c (patch) | |
tree | 7225a793264fc08e88b1e87c68f1a2aa988111aa /libstdc++-v3 | |
parent | 3a067fcc6c01c4c56fa73a9bcd303149295c7dd8 (diff) | |
download | gcc-4042369a9a369fbeb9bc2007ea4fb3a1321ed54c.tar.gz |
2001-06-13 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* include/bits/c++config (__GLIBCPP__): Update date.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43332 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 | ||||
-rw-r--r-- | libstdc++-v3/aclocal.m4 | 2 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index dac51a2a771..c90471ff6c4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2001-06-13 Benjamin Kosnik <bkoz@redhat.com> + + * acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * include/bits/c++config (__GLIBCPP__): Update date. + 2001-06-12 Benjamin Kosnik <bkoz@redhat.com> * include/bits/fpos.h (fpos::operator-): Don't return reference, diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 1dfca803e5b..e6a0251b6d8 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -15,7 +15,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [ glibcpp_basedir=$auxdir/$1/libstdc++-v3 AC_SUBST(glibcpp_basedir) - AM_INIT_AUTOMAKE(libstdc++, 2.92) + AM_INIT_AUTOMAKE(libstdc++, 3.0.0) # Never versions of autoconf add an underscore to these functions. # Prevent future problems ... diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index d45ef73cef0..53fd6f4777e 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -27,7 +27,7 @@ AC_DEFUN(GLIBCPP_CONFIGURE, [ glibcpp_basedir=$auxdir/$1/libstdc++-v3 AC_SUBST(glibcpp_basedir) - AM_INIT_AUTOMAKE(libstdc++, 2.92) + AM_INIT_AUTOMAKE(libstdc++, 3.0.0) # Never versions of autoconf add an underscore to these functions. # Prevent future problems ... diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index b8cb4bc33f3..eadeac5ff9d 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -962,7 +962,7 @@ fi PACKAGE=libstdc++ -VERSION=2.92 +VERSION=3.0.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 763c917b8ef..8bd580d5536 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20010517 +#define __GLIBCPP__ 20010615 // This is necessary until GCC supports separate template // compilation. |