]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 2 Apr 2002 08:18:58 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 2 Apr 2002 08:18:58 +0000 (08:18 +0000)
From-SVN: r51740

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