diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-09-03 01:45:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-09-03 01:45:07 -0600 |
commit | 2c9f84822a6c10afa3d517a2b98ce6c39f7378be (patch) | |
tree | dc1ed7e8573d0e77d0800f4c20fe838272eb8cee /libf2c | |
parent | 5fecfd8d614e7ff61a822c6dc30a0bf8e171b3dd (diff) | |
download | gcc-2c9f84822a6c10afa3d517a2b98ce6c39f7378be.tar.gz |
Daily bump.
From-SVN: r36118
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 b610e66d3e7..a025ff78d2f 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.26 20000902 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20000903 (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 c29516113fa..028070f6367 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.26 20000902 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20000903 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index e5e4da21148..67f62fcfb3e 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 20000902 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20000903 (prerelease)"; #include <stdio.h> |