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

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 71e2de70d3782be7bad6b959df9ff572755746e8..2c62bc419f7ddbea722a916f6d8db7aa012bf169 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20011229 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011230 (experimental)";
index d0c2a420eacfa9639ea142143e5c2f0e1c6aba09..88f85b3f884e9ff5476f8edafa9bbc94c34fcf0f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011229 (experimental)";
+const char *const version_string = "3.1 20011230 (experimental)";
index cfda4387549184e5390c1591904b8caa7ce32e21..d484eaf0c0ab2f66ba294211b44cab94f971a1e8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011229 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011230 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a59257935bdb25f8b2b809184e19c677b5b2e56e..3f438096deebd2866b0d3b27992d3026e4a520c5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011229 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011230 (experimental)";
 
 /*
 2.01   $ format added
index 40846b3c5da4268ff0f24117c759ee0b0d8d472b..5f0387ce6776ed09270432aadfda2289b6ced675 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011229 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011230 (experimental)";
 
 #include <stdio.h>
 
index b29e34b0d1b553a1118a7af9ff503ba82579b776..7a77039297a4918560a024523c99febbc884804a 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__ 20011229
+#define __GLIBCPP__ 20011230
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 0.06997 seconds and 5 git commands to generate.