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

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 8987c95aaaec4e746ee63c8ca2b48a2bffdc0ba4..84274664f4b41a9ab7665f385d24cc6d5669806b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020522 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020523 (prerelease)";
index d6faac437776a96517b9527fef692531a1659060..f4befa86946bbf493113d3b0139a87997763c33f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020522 (prerelease)";
+const char *const version_string = "3.1.1 20020523 (prerelease)";
index 4b794a98df0bbea32edf65bba8f0309fd0974775..8b3676d932ede40d506fe5a0cda7aa4fa612c53b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020522 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020523 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5442db062d2ad66ac83bf54a2cafbd6a3bf7df63..54b9d1c8438af837dbe442a4871bca7c9617e013 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020522 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020523 (prerelease)";
 
 /*
 2.01   $ format added
index 3202cdd8eb0dc77c7e3b605bcb714f9fcf163940..be17beab37355a2290635cf00302b1c78317c9f3 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020522 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020523 (prerelease)";
 
 #include <stdio.h>
 
index d741845824948016d4f62d181958e5c94e0d9254..eb9b8b2ed3b4e04b6d254e8db9ab167171f9ccec 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__ 20020522
+#define __GLIBCPP__ 20020523
 
 // This is necessary until GCC supports separate template
 // compilation.