]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2001 07:16:49 +0000 (07:16 +0000)
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2001 07:16:49 +0000 (07:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45046 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index b1a5e8618622de98a88e58be2ab4ab43543110a6..6ddb0a801010036741ded017ae0e7399d0d79924 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010819 (experimental)";
+const char *ffe_version_string = "0.5.27 20010820 (experimental)";
index 7e088df5f72a399f0aa15a8fbf72d6caef1d14b3..eb4015c0b57c40a8d936f8408c3df984bc86ee55 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010819 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010820 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 66b20b6ad2b2fc0839d760e46f587f9e2b48f607..7b06c1d6ef8700a70c973c924fde7f893c3a2ba3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010819 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010820 (experimental)";
 
 /*
 2.01   $ format added
index 2129c5cdfbd381951b86ff46427233cb8f52dc2a..53c6f783784db22288b6b09f2c0e055ef6dce401 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010819 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010820 (experimental)";
 
 #include <stdio.h>
 
index caafcd782b62783a5ef01f37376091d43a4133ac..1f2b02949af66a0e786daf10aa1f21ee132d3f7d 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010819
+#define __GLIBCPP__ 20010820
 
 // This is necessary until GCC supports separate template
 // compilation.