Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 3 Oct 2002 07:17:09 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 3 Oct 2002 07:17:09 +0000 (07:17 +0000)
From-SVN: r57771

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

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