]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 10 Sep 2002 07:17:15 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 10 Sep 2002 07:17:15 +0000 (07:17 +0000)
From-SVN: r57000

gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 62be499e88f6dcac291709ea9dfd76aa8f77ff2f..593439b3b6df185b025d62f3cfb005f2c01013a1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020909 (experimental)";
+const char *const ffe_version_string = "3.3 20020910 (experimental)";
index c68d7168359369bb6cc785018294763ed8a2309a..9298b86e9f78197bfd7429c0a00d298ec899c694 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020909 (experimental)";
+const char *const version_string = "3.3 20020910 (experimental)";
index 8b26e81a5a872826d604825d6b10aaae6ae6b456..67ec7e3f4694cc426e629a5ad3bdba75617d433e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020909 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020910 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8c66d14ec7b10a5000d88b96563eadc1470aadfd..bfd907dc23ee11931f2331207971624775e0f4f9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020909 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020910 (experimental)";
 
 /*
 2.01   $ format added
index f0e4631cfed1a37381f21244d86885edb4774d4a..50da7a679fa415e8a1087c8339365c2549153ae0 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020909 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020910 (experimental)";
 
 #include <stdio.h>
 
index 6a25782861a0a4d899c685cd44d660a0172b03c8..71ef8881a656c1a42ddf778753163634ca66eafa 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__ 20020909
+#define __GLIBCPP__ 20020910
 
 // This is necessary until GCC supports separate template
 // compilation.