]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Feb 2002 08:16:22 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Feb 2002 08:16:22 +0000 (08:16 +0000)
From-SVN: r50002

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 59d456b16dc4440854493bd8ce650506f5fcf15d..49525cef9ba9a5ae176c84d544e22d9d732fabb3 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020223 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020224 (experimental)";
index 349159b270c42d01f740f7b22046b6be8e222380..3e47d6b007acf4fce4a46bf4449128664506a719 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020223 (experimental)";
+const char *const version_string = "3.1 20020224 (experimental)";
index 530991544ff900ae0cbe25d0ef721f8782344929..4449f6f1c5e03203c0e97431bebd335f218cd053 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020223 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020224 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index fbb301a2a53ae16eb14a3af52705c70046339525..d17bb3cb93a6da1d069ecffffae74a6d37f7fc03 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020223 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020224 (experimental)";
 
 /*
 2.01   $ format added
index 7e06e5585a78639e75832d8d49f26eac598eb6ca..79addfeea7f21bca063e71032c0fdcc1f1e4a4ef 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020223 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020224 (experimental)";
 
 #include <stdio.h>
 
index 1035aebcd410281679287921665920838679fd61..1835a046693ccc11b14b9142845bd764b350604e 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__ 20020223
+#define __GLIBCPP__ 20020224
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.087442 seconds and 5 git commands to generate.