Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 2 Oct 2002 07:17:13 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 2 Oct 2002 07:17:13 +0000 (07:17 +0000)
From-SVN: r57736

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

index fe306ac51707bf786f67486d67a3feaabc1f1644..19b435ec1e3a24a8f9de3044e1dd4daa43460e58 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20021001 (experimental)";
+const char version_string[] = "3.3 20021002 (experimental)";
index 01c98a32ea703092c5b40b8680b00e5cb84bd26f..fe056163a9eebbe6bacdd0a490e7ccfc7e9e4932 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__ 20021001
+#define __GLIBCPP__ 20021002
 
 // This is necessary until GCC supports separate template
 // compilation.