]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 31 Mar 2002 08:17:00 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 31 Mar 2002 08:17:00 +0000 (08:17 +0000)
From-SVN: r51638

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