Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 May 2002 07:17:15 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 May 2002 07:17:15 +0000 (07:17 +0000)
From-SVN: r52992

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