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

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 2ed1d7c3bc4ba47a1388aaf78a168d1981925bf7..c01a7d7bab9e8d772c0c485ecc56f70429357e06 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020503 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020504 (prerelease)";
index f90aaa01fc0c89392956930a47ee3396916955ce..af22a06ce7ebd3a16e42253010a6d567affbbfad 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020503 (prerelease)";
+const char *const version_string = "3.0.5 20020504 (prerelease)";
index 5c1eed127f7214a265ee7cf8dd79bfdd1574a9af..16dd917dd5ccd9a78cf4efb87658d12e2642f219 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020503 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020504 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index aa34e79b383f260178be913f4961e23d1884a1b8..e3a7144ef3d0b40a5f256a1eab28847464f03467 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020503 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020504 (prerelease)";
 
 /*
 2.01   $ format added
index 65f7824fcfe731bb1147bf2d0b583ea42b913edc..2bc8fe3fc33970d59485449553e199135893730d 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020503 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020504 (prerelease)";
 
 #include <stdio.h>
 
index 9c64493653d91e70f2b7ed73d657113f080f91a8..aadecd1768a5a3d6d5cc06c792707edb3140ce82 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020503
+#define __GLIBCPP__ 20020504
 
 // This is necessary until GCC supports separate template
 // compilation.