Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Oct 2002 07:19:04 +0000 (07:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Oct 2002 07:19:04 +0000 (07:19 +0000)
From-SVN: r57881

gcc/version.c
libstdc++-v3/include/bits/c++config

index 7efa582a6808da81e78f3423722df94c63a5bec7..8c84749161bc159889b03afed11479cfbe5e72eb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20021006 (experimental)";
+const char version_string[] = "3.3 20021007 (experimental)";
index 9de830eb579a0155e3451a4281fca47f149d62c0..2fa33b6e12de93a321ee9a67a96f44fde549da57 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__ 20021006
+#define __GLIBCPP__ 20021007
 
 // This is necessary until GCC supports separate template
 // compilation.