diff --git a/gcc/version.c b/gcc/version.c index 508bf9a2bca68e9104f6ae7cc0c244dd8ccfbc5f..18944304a3089455da67ba4aa5312f74ea01fbc5 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 20031130 (experimental)"; +const char version_string[] = "3.4 20031201 (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 d8cd39b35fa01da217d1048e5804d1b1ef80205a..dd9469575480753d3bb5615475507373d7b6deff 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__ 20031130 +#define __GLIBCXX__ 20031201 // Allow use of "export template." This is currently not a feature // that g++ supports.