Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 May 2002 07:17:16 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 May 2002 07:17:16 +0000 (07:17 +0000)
From-SVN: r53038

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 991074780c5d3dc7b82f05474c15dc187fcf82d7..f2b652625322edd17e7e6f4b8f86c9dfd3060c91 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020501 (experimental)";
+const char *const ffe_version_string = "3.2 20020502 (experimental)";
index 2a5990b36408bb92cd1845f296783534217de62d..85224ca9fa509a6a27935b6f04e227bb9ab69daa 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020501 (experimental)";
+const char *const version_string = "3.2 20020502 (experimental)";
index 5ed11ae52e7fe40b82f292cf23b2baf787a4cf77..c9ec73014ea2c45abd9221b29cbb6018fef05e88 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020501 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020502 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7a9eda1ef3c467b4cb898d312905b7389f2e487e..66496b75127f61230dae53f7de54d225e1fe4747 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020501 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020502 (experimental)";
 
 /*
 2.01   $ format added
index 35beca90f08762bd6dda79cb9a09a4a307a6aaf6..0f4aa1c533a50fb6d895b7351c3c1b069b9b9938 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020501 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020502 (experimental)";
 
 #include <stdio.h>
 
index 80d2e4715d065d18d218fe8a6f3163a830076697..57a80928e007613ed41a106451ad65673d281ada 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__ 20020501
+#define __GLIBCPP__ 20020502
 
 // This is necessary until GCC supports separate template
 // compilation.