Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 8 Oct 2002 07:17:07 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 8 Oct 2002 07:17:07 +0000 (07:17 +0000)
From-SVN: r57918

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

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