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

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 44676473417fa71c6bc7b17a92c79fae04398674..ac0bccb44d5bf9a4ab5cccc0f8fae541d53c7a9f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020514 (experimental)";
+const char *const ffe_version_string = "3.2 20020515 (experimental)";
index 60f2b30d725c29ad4084380fa548b8c38e620816..d03ba5804c54aa4244f35e7de2f36ec617e2c128 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020514 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020515 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f62fa409ef505c61fa5f38ba1b31b340989894f9..1365a8b0f05988f7224c128fc52964d7b32049ce 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020514 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020515 (experimental)";
 
 /*
 2.01   $ format added
index 75e88df0af7e88ed666a07e84470a10aa8a36d81..e4958f88b4b31ea719c8dd11644a45ec0c3bbfcc 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020514 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020515 (experimental)";
 
 #include <stdio.h>
 
index 38f98da6ac734d515f3b16ce61147538674de377..b3e1916a222b1f8a76b718bd6d081ee775754137 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__ 20020514
+#define __GLIBCPP__ 20020515
 
 // This is necessary until GCC supports separate template
 // compilation.