Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Jul 2001 07:16:12 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Jul 2001 07:16:12 +0000 (07:16 +0000)
From-SVN: r43833

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 6ed45beabd20bc8edfe47fa2866650bf2f505464..76dd6f18a74602b6ab0053691d006520aee187aa 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010706 (experimental)";
+const char *ffe_version_string = "0.5.27 20010707 (experimental)";
index b4430e77a1ef9d997582985304e66f57221325ac..b9091cdab0e5c850b77721b464aaafbb8a76e7d1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010706 (experimental)";
+const char *const version_string = "3.1 20010707 (experimental)";
index 31c8ff33845043222fab3e7a4b42190bf1c61036..242f241e4e437f90bb1607919b5c13534923b8c9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010706 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010707 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9375f2ab53c2dcecf914bb67b4021fa57d4e238b..3675bdc20c569b706198f382f404b40f271d5207 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010706 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010707 (experimental)";
 
 /*
 2.01   $ format added
index 32e1909f5eb1ff841c21ba7e601a424d2864c7be..b3ad9f874f5f2401354d4bd0af1554cd90743e74 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010706 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010707 (experimental)";
 
 #include <stdio.h>
 
index 433420e40359f31632eb13c681a8620ac548f3dc..4715a45577d7a05a7a0d18b2479a8e90581e1f77 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__ 20010706
+#define __GLIBCPP__ 20010707
 
 // This is necessary until GCC supports separate template
 // compilation.