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

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