Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 29 Jun 2001 07:16:59 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 29 Jun 2001 07:16:59 +0000 (07:16 +0000)
From-SVN: r43652

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