Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Apr 2002 07:17:01 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Apr 2002 07:17:01 +0000 (07:17 +0000)
From-SVN: r52883

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 d709f0214cbedf54fda0bc314e41a025bd095615..6ab3336327f2add8e8475e98573f3946aad71182 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020428 (experimental)";
+const char *const ffe_version_string = "3.2 20020429 (experimental)";
index 9bfb3c172376b53b9ecd22486a9763001d4a258b..488b79f818b077ee286efadc5b4ac6791835a03e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020428 (experimental)";
+const char *const version_string = "3.2 20020429 (experimental)";
index 978a94ad1c09db96ef345abad8097755a130e374..64397c2b2af1894f2f3c0073c360baf282b7c873 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020428 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020429 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1cde18ec3ea55e4f775af1753ead51e8f5bbf354..3712f9d2a7c0aaf877b939e9070058de99a38557 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020428 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020429 (experimental)";
 
 /*
 2.01   $ format added
index 08ec91407e05c35e66e8020dd826f32997388632..91f1495c173f8497589746adf8d2a2f5bc2dff3b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020428 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020429 (experimental)";
 
 #include <stdio.h>
 
index 4863e2d6e5e400624f2d8ff51c3ba28645e9cfc0..ed3200ef9f8030b7ceed25c234dc1b372b6ddcc1 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__ 20020428
+#define __GLIBCPP__ 20020429
 
 // This is necessary until GCC supports separate template
 // compilation.