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

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 f1e677ef54881ea956066a0afdfdaa54c02ccde8..eb1edcaf73446cb979ab07984204108d4f51525c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020525 (experimental)";
+const char *const ffe_version_string = "3.2 20020526 (experimental)";
index 4fa0fd86f2efa59af91825bff24885fc87d0b960..e95c5a010fbef2066aac14cfbf84bec552edbb85 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020525 (experimental)";
+const char *const version_string = "3.2 20020526 (experimental)";
index 072ddc334069f547b3e2457f0d58ce2c7c50fd59..2fd0a04befce2ffd1d9f6f0ea259333def77cdd1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020525 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020526 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5a1c0bdf36f7a4c20b0edfdaed50cafede39722f..33f68f85ca8b0c71fed6e55a0ff07a8c76c60e43 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020525 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020526 (experimental)";
 
 /*
 2.01   $ format added
index 7841b0ed89130d8f77f840e5a806ba3ceb369106..89b079ff2869be3a28dc05a3ededb91db73c2163 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020525 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020526 (experimental)";
 
 #include <stdio.h>
 
index 0adb20e3517884dd5404c9d1ccd0c33d04528c61..970317b2e080faf59e463018c8c510ed4c1b41e4 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020525
+#define __GLIBCPP__ 20020526
 
 // This is necessary until GCC supports separate template
 // compilation.