diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-31 00:16:06 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-08-31 00:16:06 +0000 |
commit | ec9b6ebadd72d510ae8eb7858f74ba48135b4df3 (patch) | |
tree | 51b20119ed0c37bef836f4364c39e8115385ec1c | |
parent | 766beae18707b9c9918bac392c8340d84aceffd1 (diff) | |
download | gcc-ec9b6ebadd72d510ae8eb7858f74ba48135b4df3.zip gcc-ec9b6ebadd72d510ae8eb7858f74ba48135b4df3.tar.gz gcc-ec9b6ebadd72d510ae8eb7858f74ba48135b4df3.tar.bz2 |
Daily bump.
From-SVN: r70955
-rw-r--r-- | gcc/version.c | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/version.c b/gcc/version.c index 050e424..96e89c2 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 20030830 (experimental)"; +const char version_string[] = "3.4 20030831 (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 d8487c1..7a982ac 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__ 20030830 +#define __GLIBCXX__ 20030831 // Allow use of "export template." This is currently not a feature // that g++ supports. |