acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 13 Jun 2001 17:51:38 +0000 (17:51 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 13 Jun 2001 17:51:38 +0000 (17:51 +0000)
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.

From-SVN: r43332

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/include/bits/c++config

index dac51a2a771a2d12e79f2ccd82ceee83010a9e48..c90471ff6c4ab50d3d48f2fbd940fee7c6db1991 100644 (file)
@@ -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,
index 1dfca803e5b0b7f0711f75553be7d419f8963177..e6a0251b6d85133df8abaa1814d455f40c28c28d 100644 (file)
@@ -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 ...
index d45ef73cef0feb9e6308734b953c8b1767960845..53fd6f4777e23c402293860985cd177a9cb5b224 100644 (file)
@@ -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 ...
index b8cb4bc33f36b228014ab4911f90cb4032b66e27..eadeac5ff9d623e993a061ad59e5bb0d1b8899ed 100755 (executable)
@@ -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; }
index 763c917b8efcafa184bc3d0e6f255863a89a5b14..8bd580d5536c9f915c162a50fcd3cb17af5d0731 100644 (file)
@@ -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.