Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 25 Sep 2002 07:17:34 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 25 Sep 2002 07:17:34 +0000 (07:17 +0000)
From-SVN: r57493

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

index 34e4bbca005f05f38b9f720ab5288aa5cc3dd032..3abebd308efb59a79a12e16124d523b08f993e43 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char version_string[] = "3.3 20020924 (experimental)";
+const char version_string[] = "3.3 20020925 (experimental)";
index 997db10b484c7e4e4a73ff7225cf2e02cc9d2d88..8e750b5d03a9df4327ccc61034552d6c88283067 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__ 20020924
+#define __GLIBCPP__ 20020925
 
 // This is necessary until GCC supports separate template
 // compilation.