Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 26 Sep 2002 07:17:13 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 26 Sep 2002 07:17:13 +0000 (07:17 +0000)
From-SVN: r57531

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

index 3abebd3..4d603d6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20020925 (experimental)";
+const char version_string[] = "3.3 20020926 (experimental)";
index 8e750b5..6bb0cd5 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__ 20020925
+#define __GLIBCPP__ 20020926
 
 // This is necessary until GCC supports separate template
 // compilation.