Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Feb 2002 08:16:12 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Feb 2002 08:16:12 +0000 (08:16 +0000)
From-SVN: r49987

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 9c5d90613c8c240d8126716d599814591cf4c4c2..59d456b16dc4440854493bd8ce650506f5fcf15d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020222 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020223 (experimental)";
index b9de38753dcbff6c19c1b796c57e09bd5b009894..349159b270c42d01f740f7b22046b6be8e222380 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020222 (experimental)";
+const char *const version_string = "3.1 20020223 (experimental)";
index 8d5c8016c9c7bbf89d1a7eaae72b822a29d4c8d4..530991544ff900ae0cbe25d0ef721f8782344929 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020222 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020223 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3699cc9600d000ab83da312fe79c7a51e1339ca6..fbb301a2a53ae16eb14a3af52705c70046339525 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020222 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020223 (experimental)";
 
 /*
 2.01   $ format added
index 642cb5f1b614ea8dbfdcd04fb506d035c762723e..7e06e5585a78639e75832d8d49f26eac598eb6ca 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020222 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020223 (experimental)";
 
 #include <stdio.h>
 
index f4c84053803d0cd86cd5a898a05d7db5e6862b3e..1035aebcd410281679287921665920838679fd61 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__ 20020222
+#define __GLIBCPP__ 20020223
 
 // This is necessary until GCC supports separate template
 // compilation.