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

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 6e1e684dd3db0b79288f969480fd546affbe0fd5..d82cea6052a036c3a437f3e2e1f9c683ac270c21 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020722 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020723 (prerelease)";
index 090e5a416452e6aa286c38fda3b0b7e08ff543d9..138135c0c8c111cececc429f9c5996de18b278cb 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020722 (prerelease)";
+const char *const version_string = "3.0.5 20020723 (prerelease)";
index 2f92d3113f722a2b6bbc7def552228298fbc1e9e..fd95de03c4be4bb849d3bc5a3f2c1da568616b07 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020722 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020723 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 39bf57f4beeb21569509c529210029727c8eb6a8..f00288af174432cfeb196bdf907a53d396d02cd7 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020722 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020723 (prerelease)";
 
 /*
 2.01   $ format added
index 3c280b446942b86ef961158adc0e3bc004d8c299..8c662478e9e39cb66b2b195e43f8875d3ae6d750 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020722 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020723 (prerelease)";
 
 #include <stdio.h>
 
index b459987e481a09bfd8f8b8fa971d08ffeaab8da4..79f5e16718afca98e99ed9f53fca3919ae0ff9a9 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020722
+#define __GLIBCPP__ 20020723
 
 // This is necessary until GCC supports separate template
 // compilation.