]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Dec 2001 08:16:14 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Dec 2001 08:16:14 +0000 (08:16 +0000)
From-SVN: r48196

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 6ed3f842838a8a97f72ca52590d9f25a3ebfcf49..cbf3ee78b5f292c190dc016c93defe28a751a42e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20011219 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011220 (experimental)";
index 809a9e66bd760ec5b5405ea7801d2c6ff7fb6183..983d868be8a9b73f0f4d460cc159385838ed0458 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011219 (experimental)";
+const char *const version_string = "3.1 20011220 (experimental)";
index 86f8b6bedea0f05319298cdd954a472659e4d679..d73b89b22a596fefbbe08e3a8c296cf21e131528 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011219 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011220 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 43d1c989a415d19017cb6867420249c7a7521b5e..59e266739e6f5612cf6225986738c38d5d8b939d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011219 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011220 (experimental)";
 
 /*
 2.01   $ format added
index 1143410f9802f943cb8663f508649cca42a3a5b8..055e833aa8a904623b51a73286d28357754f3f21 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011219 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011220 (experimental)";
 
 #include <stdio.h>
 
index 1070658501284e21ca0f9229d12b250cfc23f1ea..65d52a557eb5715830220646d926fbd949fd0591 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__ 20011219
+#define __GLIBCPP__ 20011220
 
 // This is necessary until GCC supports separate template
 // compilation.