Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 24 Jan 2002 08:16:43 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 24 Jan 2002 08:16:43 +0000 (08:16 +0000)
From-SVN: r49175

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 646e4668279d58282be070f0ec938ab3002655c0..6aa075f3dfbfc95bf71d02f18f742faf400be866 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020123 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020124 (experimental)";
index eebc987abcdf84605d2eb4eeafdd10936fd0b6d0..52aabdeeb03b2babdface8e50df977ced1700bc9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020123 (experimental)";
+const char *const version_string = "3.1 20020124 (experimental)";
index 5c27554382f6b072d007072ccb83711750fc82d5..31dcc4ff86be74d66c8624c1d51f35b9a1d5ac0e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020123 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020124 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a52ed470c6a2daaf868d841df082cd3a55b7775c..b327877917e4990d88771f284ee4acd131ea06b4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020123 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020124 (experimental)";
 
 /*
 2.01   $ format added
index b4aeb5b8fd357a195ca5b1ee37bc521e46c8db9a..fe2ea999570224875fa1242cef5fe0437afbab39 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020123 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020124 (experimental)";
 
 #include <stdio.h>
 
index 712cd1fbcf8bc1b13b90440d9a0d0a1b71580248..6e8f6248b1f310d1b1dc2374c8941f929338bcf3 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__ 20020123
+#define __GLIBCPP__ 20020124
 
 // This is necessary until GCC supports separate template
 // compilation.