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

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