]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 21 Jan 2002 08:16:19 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 21 Jan 2002 08:16:19 +0000 (08:16 +0000)
From-SVN: r49036

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 9bcd49435d41849a02543e98142a8d99a542ff4d..54556a0a319cdb2c2d7f5361fd6193c5b9be55f6 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020120 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020121 (experimental)";
index a314531d8825e5864205f7c6984912235e8bcea1..ccb3031a934c790db7ea086447a9c371c3fd4fb8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020120 (experimental)";
+const char *const version_string = "3.1 20020121 (experimental)";
index 2d92b0e5b8fdd1ef2804b2efcbdb49dd14a71424..929a44bd411c72d27dc6b0ff8f1eec39b32654b7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020120 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020121 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8ce02095a55d71f1551c2600ee6f845923e1323d..94a1b960c88df4e537ed9dc9e5bf6b01cd37c5e7 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020120 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020121 (experimental)";
 
 /*
 2.01   $ format added
index 153e3f9dba300a4c744bd60cc15f6188dd085bd3..8df4c5abdc8665c27c6992ab29ec8a40f66d2bf5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020120 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020121 (experimental)";
 
 #include <stdio.h>
 
index 741fbaa1ee6f70cf512bd2f4fb247703f34d5ecf..2b1f7a452cdff345e58ef62e191c52c089e67eca 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__ 20020120
+#define __GLIBCPP__ 20020121
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.06708 seconds and 5 git commands to generate.