]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 23 Jul 2001 07:16:09 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 23 Jul 2001 07:16:09 +0000 (07:16 +0000)
From-SVN: r44258

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 d8552bdd972a3190db83f35944333432e16bbf38..f2331df83552f7f36899ff10adb38c3e12a34f1a 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010722 (experimental)";
+const char *ffe_version_string = "0.5.27 20010723 (experimental)";
index 7b719c827c26feb9986fc9d6d91a0ad6baef6ca7..169d7b46fa722a8e251cf3fc320e0721f294279e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010722 (experimental)";
+const char *const version_string = "3.1 20010723 (experimental)";
index 926296c2c9811a285d37d03a36668194ca38cb8d..c156b116ed484e49059a434a9ef32f6bece6f852 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010722 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010723 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 505f96dccd14b2eb60357d882fa8d9fe83fc97b4..1606bb88091c69931a05baaf07cc3d4ee511e346 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010722 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010723 (experimental)";
 
 /*
 2.01   $ format added
index 1be7e8f9fe07af3d4b31b4def5929771628faa70..4e74aa653a9f79331738626c0fd04ce02de69ebd 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010722 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010723 (experimental)";
 
 #include <stdio.h>
 
index 6d83fd5ab300bf2e950cc58186ea98b62d75d933..d628f45df877f53ca57595cbf82d6924574b0ea6 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__ 20010722
+#define __GLIBCPP__ 20010723
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.076918 seconds and 5 git commands to generate.