Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 17 Apr 2002 07:17:56 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 17 Apr 2002 07:17:56 +0000 (07:17 +0000)
From-SVN: r52409

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 914a7a34cace32d404bc87345733ec5cd52d8cd5..568af2ce298e2aa605a8418c6d58ba6b3d3174f1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020416 (experimental)";
+const char *const ffe_version_string = "3.2 20020417 (experimental)";
index 736d60abe4e1fec09af979d1c5ff6e76ab80a62b..dc4d1333a7f439036c2268d0d5ef86019b05adbb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020416 (experimental)";
+const char *const version_string = "3.2 20020417 (experimental)";
index 266be8a5899448b64ba31452a02cf6d3bc8c3a84..ddc9d0dae7a709ce8f0066e3606058b7be3c683a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020416 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020417 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 593fb5457507cdd1c4057a296d1a8c486f318f65..288dc83cd24ac64be20caccdd2165c06f06dcbac 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020416 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020417 (experimental)";
 
 /*
 2.01   $ format added
index 512764d14b2de187e0164e89a4b06b75d87c7d5c..9be59ecff59c0e755bd820c9a813aa80a315514a 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020416 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020417 (experimental)";
 
 #include <stdio.h>
 
index 24b42c7ffe9600c1c7442d531a4259595b295fab..0f644b3a4648f1719ca9f59c32648f8f2fa456e2 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__ 20020416
+#define __GLIBCPP__ 20020417
 
 // This is necessary until GCC supports separate template
 // compilation.