]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Mar 2002 08:17:10 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Mar 2002 08:17:10 +0000 (08:17 +0000)
From-SVN: r51507

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 80d08e7e0e5ea639afed517221640da3ada278ab..bd336eee451874a7f1143d83544c53043f71056a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020327 (experimental)";
+const char *const ffe_version_string = "3.2 20020328 (experimental)";
index 3dd1e7270b04cd6c48797db3d7b619f21143a27f..407729e5df97eac229606354007b2097f28d3a45 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020327 (experimental)";
+const char *const version_string = "3.2 20020328 (experimental)";
index c0b7ee0ba17b0950f29207e510b01c9d2c49cc96..6dd30950125269d7c38b33f4a015168338a253e9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020327 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020328 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7577db52b364df3e7f47b3ba30a474e56771793a..23367a5d34c07b6df81ed6e7d488b7e90830d52c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020327 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020328 (experimental)";
 
 /*
 2.01   $ format added
index 42be06c235f04cd7a66d720556362ac717462c13..2e992c00c30c9d48dc9c208ab3cce4544682f1fc 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020327 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020328 (experimental)";
 
 #include <stdio.h>
 
index 5d83f48f7ed52f9896342d4a1bbae3756f156d06..26d65fd9edeee8231e84b69169381df41506ddc4 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__ 20020327
+#define __GLIBCPP__ 20020328
 
 // This is necessary until GCC supports separate template
 // compilation.