]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Dec 2001 08:17:03 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Dec 2001 08:17:03 +0000 (08:17 +0000)
From-SVN: r47545

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 18c4ed7e85ae173c81ec229160ca4bf983828be2..aead4de638eb37c13b8dd7123d4286f2cab2f8c8 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011202 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011203 (experimental)";
index a770349b60fcb290952e7aa7bf3e7c7b712261b3..45cbf4f27be2237f4ffeabeca6a7e554bd1d7133 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011202 (experimental)";
+const char *const version_string = "3.1 20011203 (experimental)";
index 68b2d80749014be66c16ab91eacacd365a3aaf57..c1e71d63e01b1a18f657a91361a3cdc648a83cc5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011202 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011203 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3ef75d93299b5612cd134e1b6468af198910731d..6ba2b3990a9405da3c24a5e18701910c1c86daec 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011202 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011203 (experimental)";
 
 /*
 2.01   $ format added
index f5d654d5f16861c576a0889570f9da91dd11e732..1a0ed37118b32596c8602c9276a86e548e334156 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011202 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011203 (experimental)";
 
 #include <stdio.h>
 
index 5633c539385f0c983d01650e0bfb3814da7d06ca..02a5b28a43fea3952108453dc5e51feccdb52a48 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__ 20011202
+#define __GLIBCPP__ 20011203
 
 // This is necessary until GCC supports separate template
 // compilation.