Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Apr 2002 08:17:05 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 1 Apr 2002 08:17:05 +0000 (08:17 +0000)
From-SVN: r51683

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 35bdde0699ed15a950a44d0de81797988f15ff50..fcf01e5ab931ac75537815e430b01497c5ec453d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020331 (experimental)";
+const char *const ffe_version_string = "3.2 20020401 (experimental)";
index eb9594781e1a9f48510a907b71bc8b9b18b80d58..b879355cb63bba7fe4e155b78f80538d9570442c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020331 (experimental)";
+const char *const version_string = "3.2 20020401 (experimental)";
index c1635a1fd5ab89b948199fbecfd9159010cbc4e5..87f1d19a31d83637655d09d249d4e326a91e0b7a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020331 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020401 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a5fcc83fc8b7b507eecfe4ca47031a4c22f93169..671ffff1b860cfe7d4c2a8153e722f1550ad4bf5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020331 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020401 (experimental)";
 
 /*
 2.01   $ format added
index cde2fb8aeda2dc0ff05dc094948f113d1bf3e435..25164b322eeeefc8009a667f6d55b06eb5f1bae2 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020331 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020401 (experimental)";
 
 #include <stdio.h>
 
index d7533ada34d9c8631f6da703ebe61ece6dc48e20..760f29cddc73ecf663f2f4e1df9c926a5f7e0b7e 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__ 20020331
+#define __GLIBCPP__ 20020401
 
 // This is necessary until GCC supports separate template
 // compilation.