GCC with patches for OS216
修订版 | 1730dde072007fe395d894a9f8791e0952b7d0bb (tree) |
---|---|
时间 | 2003-04-21 09:16:50 |
作者 | GCC Administrator <gccadmin@gcc....> |
Commiter | GCC Administrator |
Daily bump.
From-SVN: r65875.1
@@ -1 +1 @@ | ||
1 | - const char *ffe_version_string = "0.5.26 20030420 (prerelease)"; | |
1 | + const char *ffe_version_string = "0.5.26 20030421 (prerelease)"; |
@@ -1,4 +1,4 @@ | ||
1 | 1 | #include "gansidecl.h" |
2 | 2 | #include "version.h" |
3 | 3 | |
4 | -const char *const version_string = "3.0.5 20030420 (prerelease)"; | |
4 | +const char *const version_string = "3.0.5 20030421 (prerelease)"; |
@@ -3,7 +3,7 @@ | ||
3 | 3 | /* |
4 | 4 | */ |
5 | 5 | |
6 | -char __G77_LIBF77_VERSION__[] = "0.5.26 20030420 (prerelease)"; | |
6 | +char __G77_LIBF77_VERSION__[] = "0.5.26 20030421 (prerelease)"; | |
7 | 7 | |
8 | 8 | /* |
9 | 9 | 2.00 11 June 1980. File version.c added to library. |
@@ -3,7 +3,7 @@ | ||
3 | 3 | /* |
4 | 4 | */ |
5 | 5 | |
6 | -char __G77_LIBI77_VERSION__[] = "0.5.26 20030420 (prerelease)"; | |
6 | +char __G77_LIBI77_VERSION__[] = "0.5.26 20030421 (prerelease)"; | |
7 | 7 | |
8 | 8 | /* |
9 | 9 | 2.01 $ format added |
@@ -1,6 +1,6 @@ | ||
1 | 1 | static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; |
2 | 2 | |
3 | -char __G77_LIBU77_VERSION__[] = "0.5.26 20030420 (prerelease)"; | |
3 | +char __G77_LIBU77_VERSION__[] = "0.5.26 20030421 (prerelease)"; | |
4 | 4 | |
5 | 5 | #include <stdio.h> |
6 | 6 |