diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-30 08:45:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-30 08:45:09 +0000 |
commit | 4cb24a7edca3ae574f1aab2a392e9a92b84241d4 (patch) | |
tree | 2f02018ebd58dba68a05d8ce6507756f7329aaa1 /libf2c | |
parent | 008de5f9f710cef3b897099b32efb6efaf3db92a (diff) | |
download | gcc-4cb24a7edca3ae574f1aab2a392e9a92b84241d4.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32826 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 6ffe06e89e9..06d3786244c 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 20000329 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 20000330 (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 44e2edd1bd2..a67f83a5e4d 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 20000329 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 20000330 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index a9a553d09cc..4106074a97e 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 20000329 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 20000330 (prerelease)"; #include <stdio.h> |