Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 24 Sep 2002 07:17:21 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 24 Sep 2002 07:17:21 +0000 (07:17 +0000)
From-SVN: r57467

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

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