]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 20 Dec 2002 08:18:11 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 20 Dec 2002 08:18:11 +0000 (08:18 +0000)
From-SVN: r60363

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

index 2b0f36a4a34d831f65e3d43598c9f20f2d163253..5ef1389e90a4030326fa82ecd22eeba254b143db 100644 (file)
@@ -6,7 +6,7 @@
    please modify this string to indicate that, e.g. by putting your
    organization's name in parentheses at the end of the string.  */
 
-const char version_string[] = "3.4 20021219 (experimental)";
+const char version_string[] = "3.4 20021220 (experimental)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,
index b8101c0b20f7df422ad16708b8558b766bb5b480..bd71749e491d7150845d9de83df517c31dd6d7ce 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__ 20021219
+#define __GLIBCPP__ 20021220
 
 // This is necessary until GCC supports separate template
 // compilation.