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

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 55fdcc5e56f3575805cb4c0474b9c53c1b541900..dddba99e80b701dd9902af6a7267b02bbc7c1dee 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020524 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020525 (prerelease)";
index 9cf6a07fb3d412df6a4c0081fc9317c748ac138c..e94cca3f30e1a65b7d53695ad5a0f615e3cddab5 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020524 (prerelease)";
+const char *const version_string = "3.0.5 20020525 (prerelease)";
index f10ec1df4717bedd2fa19ae7fb245bf78d6c76ee..fd7d4787a1ded81b54c73428de3d75d1529f5cd3 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020524 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020525 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2e2745f696456f4fbc8c09926c1fd7ed6dd3658b..2c749d34872bcd1ad6bf641089cfd31885bf2ec8 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020524 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020525 (prerelease)";
 
 /*
 2.01   $ format added
index 5330b5bc3732127666a88e012857e43399677cb6..564d3a556107ff826ae44494418ec51fcacb5a03 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020524 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020525 (prerelease)";
 
 #include <stdio.h>
 
index e8726852797b0b266aed885f67cbda4089fde1ad..43f1e4b402500b64e83a5a68bb15cdea707a0872 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020524
+#define __GLIBCPP__ 20020525
 
 // This is necessary until GCC supports separate template
 // compilation.