diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-27 08:45:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-27 08:45:09 +0000 |
commit | eae7ac996c39e4d19fdd85bce863aa806a0f4990 (patch) | |
tree | b13b825c68052558036a1ac54c9bca776eb6e35a /libf2c | |
parent | e273c79f07bf83d9590b16616c620f908a136739 (diff) | |
download | gcc-eae7ac996c39e4d19fdd85bce863aa806a0f4990.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/libF77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libI77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libU77/Version.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index a376bc0e16d..4a42b937ec6 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.26 20001226 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20001227 (experimental)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 4e3cff611d7..171c5c67201 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.26 20001226 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20001227 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 5a4fac72be4..f153f6da437 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "0.5.26 20001226 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20001227 (experimental)"; #include <stdio.h> |