]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 23 Dec 2001 08:16:09 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 23 Dec 2001 08:16:09 +0000 (08:16 +0000)
From-SVN: r48283

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 794fa9aff7c09542b4ab056e6f83b053074edeed..a5f54e8577e12622c5a7ef561023ff62cafb4ef9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20011222 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011223 (experimental)";
index 57154e3457f42305e93c9b1588ad9aaf2abf3af4..43d6af3046dca141b0c91a95f1078ab26d50730e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011222 (experimental)";
+const char *const version_string = "3.1 20011223 (experimental)";
index bf27c86b2c7f0684abd3be0a394852fabce422f6..e3e6198dc8f295badf6ddf2a0a491b548595ad9d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011222 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011223 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 83eeb2f09d79cbfb45dbaba70b433c28bf02b329..6673d82c5fc4293afb9434594faf28d2260b0566 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011222 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011223 (experimental)";
 
 /*
 2.01   $ format added
index cb81d1b734514882e470a379689150e7fbefdb4b..97cf9b23a7b8876e5d5241365c1187a10f943de8 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011222 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011223 (experimental)";
 
 #include <stdio.h>
 
index 3978e7a580576a07b2a02d73bb4c6ad496da3ae6..90653af92b1ab147e29ff64fb03655ec351c7660 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__ 20011222
+#define __GLIBCPP__ 20011223
 
 // This is necessary until GCC supports separate template
 // compilation.