]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Sep 2001 07:16:12 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Sep 2001 07:16:12 +0000 (07:16 +0000)
From-SVN: r45431

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 53b3f8e758346e1bc3c7782c3e171710c1590382..b9ecb3e8ae03ae5735910f91bf4a1a7e4af91127 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010905 (experimental)";
+const char *ffe_version_string = "0.5.27 20010906 (experimental)";
index 5626bddfd234ac0945c9f987014e1a0b7e7c14e0..96a52114b913090ec8b514097024abaa4edb67e7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010905 (experimental)";
+const char *const version_string = "3.1 20010906 (experimental)";
index 265f80c2453ffe3c3b08ff3f3d97317e38707b00..a4c6fda43b478ab3838b847a610ae6e5cb65d57d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010905 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010906 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 95e869a5f2b95766d38d0843d3463aa696255873..8bf4c1a4dfb6dcee44cbf7ff44800e4cb4c0540e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010905 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010906 (experimental)";
 
 /*
 2.01   $ format added
index 078fd8a01e4fd723679787028963a4371fbcff0d..72b78824145a2f1e7e39e94a2466b1617c5860be 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010905 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010906 (experimental)";
 
 #include <stdio.h>
 
index 8011fa6090de9a37f5c469084b1ed4769231157d..bd0cf1b4eef8ab94c1f5b1bc94321d69a0605834 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010905
+#define __GLIBCPP__ 20010906
 
 // This is necessary until GCC supports separate template
 // compilation.