]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 24 May 2002 07:16:48 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 24 May 2002 07:16:48 +0000 (07:16 +0000)
From-SVN: r53823

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 84274664f4b41a9ab7665f385d24cc6d5669806b..c0f37e2a2151498f4703af1c782e3722eba7689f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020523 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020524 (prerelease)";
index f4befa86946bbf493113d3b0139a87997763c33f..b45651224810566555fb9a0eeecd07223941ef73 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020523 (prerelease)";
+const char *const version_string = "3.1.1 20020524 (prerelease)";
index 8b3676d932ede40d506fe5a0cda7aa4fa612c53b..d6984d8fca9c9bf095b42376f2ed579e37a74c78 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020523 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020524 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 54b9d1c8438af837dbe442a4871bca7c9617e013..866421ac036c712fa1ac1f1871dfedc088513c69 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020523 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020524 (prerelease)";
 
 /*
 2.01   $ format added
index be17beab37355a2290635cf00302b1c78317c9f3..5c2fa79a0b092761662e6c5aefcac3c3ed291b65 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020523 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020524 (prerelease)";
 
 #include <stdio.h>
 
index eb9b8b2ed3b4e04b6d254e8db9ab167171f9ccec..427f6a8ce269d4f1ec9bb5e4a6f3700d2fbe55f7 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__ 20020523
+#define __GLIBCPP__ 20020524
 
 // This is necessary until GCC supports separate template
 // compilation.