Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Jun 2001 07:16:17 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Jun 2001 07:16:17 +0000 (07:16 +0000)
From-SVN: r43630

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 fe01ecb9067be5e419446d1e1d144ec07e04b26d..6b3c477b6f791324467cb1811b0666c92f4a79f6 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010627 (experimental)";
+const char *ffe_version_string = "0.5.27 20010628 (experimental)";
index 806d418cd37ab6e0a660ee733c681c08c5abdcc0..a4630d1d8229e06812ead8363bb32dbfe056ef4d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010627 (experimental)";
+const char *const version_string = "3.1 20010628 (experimental)";
index 8b9ad66b569bce32a1fbe869cec963d2c4680746..24398832050dfd43b91de71ffc55ffb87da327e9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010627 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010628 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a980ad7bc07c235dc4ea8660a90ce3d183685822..64a1b23391378c224ef4d37c96b3c3265fd436b6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010627 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010628 (experimental)";
 
 /*
 2.01   $ format added
index 1e1662787e8645db888b69c90b3073ae483bf30f..fcee05e51e492a7bc8b0e1882d4983bc68fdf1d8 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010627 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010628 (experimental)";
 
 #include <stdio.h>
 
index 3b822d194857872efa2db30d9d66b3a0e5e27a3e..cf8987cdf861e045d6ae4e120349a85fc9faac07 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__ 20010627
+#define __GLIBCPP__ 20010628
 
 // This is necessary until GCC supports separate template
 // compilation.