]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jul 2002 07:16:33 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jul 2002 07:16:33 +0000 (07:16 +0000)
From-SVN: r55641

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