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

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