]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 May 2002 07:18:02 +0000 (07:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 27 May 2002 07:18:02 +0000 (07:18 +0000)
From-SVN: r53917

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 eb1edcaf73446cb979ab07984204108d4f51525c..08551c3d010ca33b4ef73e792cd19804a5951311 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020526 (experimental)";
+const char *const ffe_version_string = "3.2 20020527 (experimental)";
index e95c5a010fbef2066aac14cfbf84bec552edbb85..6c5122880bac640f3f36a98f8e1094bdce6e7672 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020526 (experimental)";
+const char *const version_string = "3.2 20020527 (experimental)";
index 2fd0a04befce2ffd1d9f6f0ea259333def77cdd1..8585b90eef21596a45ab63ab934321c9a95d2fcc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020526 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020527 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 33f68f85ca8b0c71fed6e55a0ff07a8c76c60e43..e72c8206010fe703eb7e722b7ea0e9188dd9dc81 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020526 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020527 (experimental)";
 
 /*
 2.01   $ format added
index 89b079ff2869be3a28dc05a3ededb91db73c2163..f9ebfcc295f9b3f0f7564cd3a627c9e559ef5e68 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020526 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020527 (experimental)";
 
 #include <stdio.h>
 
index 970317b2e080faf59e463018c8c510ed4c1b41e4..8c62dadd8aba4c9bf7fd1874c9f7ba2bde137a79 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__ 20020526
+#define __GLIBCPP__ 20020527
 
 // This is necessary until GCC supports separate template
 // compilation.