diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-22 07:45:08 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-22 07:45:08 +0000 |
commit | ffe779fa6a89ef035a62f87e9758c95da3ce1446 (patch) | |
tree | 26e07ce0b25367421876159504795fc91cf59ced /libf2c | |
parent | 7fdffd07d0f8faf312beb4deb5632635e44f58ea (diff) | |
download | gcc-ffe779fa6a89ef035a62f87e9758c95da3ce1446.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34644 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 2535ef63ccb..4369b2d5956 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 20000621 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 20000622 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 53eb77ed3bf..44abcddf0f4 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 20000621 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 20000622 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index badae814434..609e50d9ec0 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.25 20000621 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 20000622 (prerelease)"; #include <stdio.h> |