aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2004-01-04 00:16:08 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2004-01-04 00:16:08 +0000
commite237c8f52a6aa729366fc2eeb27257ee6c0cb160 (patch)
tree164b6978b798760c5b5e5c30fd0fbb5472009fd7
parent879b71015b5fdc6ff6efa03063091a2368227df0 (diff)
downloadgcc-e237c8f52a6aa729366fc2eeb27257ee6c0cb160.zip
gcc-e237c8f52a6aa729366fc2eeb27257ee6c0cb160.tar.gz
gcc-e237c8f52a6aa729366fc2eeb27257ee6c0cb160.tar.bz2
Daily bump.
From-SVN: r75378
-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 b537fa4..9280427 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[] = "3.4.0 20040103 (experimental)";
+const char version_string[] = "3.4.0 20040104 (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 3437021..f763203 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__ 20040103
+#define __GLIBCXX__ 20040104
// Allow use of "export template." This is currently not a feature
// that g++ supports.