aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2005-01-31 00:16:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2005-01-31 00:16:26 +0000
commitef3f52283738edb9bf764801c706a00ceb0d45ce (patch)
tree98c618160386cb9e9d3ce1b2fd51af506bf5ce86
parent338bc65ef016e77c98f6d4ce6fc525447875e9e1 (diff)
downloadgcc-ef3f52283738edb9bf764801c706a00ceb0d45ce.zip
gcc-ef3f52283738edb9bf764801c706a00ceb0d45ce.tar.gz
gcc-ef3f52283738edb9bf764801c706a00ceb0d45ce.tar.bz2
Daily bump.
From-SVN: r94457
-rw-r--r--gcc/version.c2
-rw-r--r--libstdc++-v3/include/bits/c++config2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/version.c b/gcc/version.c
index 13babae..4f6be54 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -5,7 +5,7 @@
please modify this string to indicate that, e.g. by putting your
organization's name in parentheses at the end of the string. */
-const char version_string[] = "4.0.0 20050130 (experimental)";
+const char version_string[] = "4.0.0 20050131 (experimental)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index c45e5fb..dae5614 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -35,7 +35,7 @@
#include <bits/os_defines.h>
// The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20050130
+#define __GLIBCXX__ 20050131
// Allow use of "export template." This is currently not a feature
// that g++ supports.