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

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 6f3b92279a428b763dd45f2bb4424a841c50525a..8fb92833c9c572b4bacfd6da947a8def8c3d8912 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020526 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020527 (prerelease)";
index ee20154319000dab0f7207a8ecbeb5ebcff94a0e..2214da7d4494ea48b55d00f136883dfcd11e94d9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020526 (prerelease)";
+const char *const version_string = "3.1.1 20020527 (prerelease)";
index 22b6c85910a68c6d70d5c715fc469577bf1ca70e..36f714d0e6870baa5a9e6200bd1b07ae1c2bd1d2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020526 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020527 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index fc4ebc93ebf61df49578956e1257116061455d3d..09e231ec5a430e00211cffdc388264aae695bcae 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020526 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020527 (prerelease)";
 
 /*
 2.01   $ format added
index a36afc4f24dece580ffa24d90c0246dd9666887c..65f1f88151da708d5754a1b0d9300427241ac887 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020526 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020527 (prerelease)";
 
 #include <stdio.h>
 
index 5f7ec5dc895c259998aa61343d946c2013981529..b842db2203213841e012a7b81c93caaf587e8f16 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.