diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-02-15 01:45:08 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-02-15 01:45:08 -0700 |
commit | 571f8ce40e1b8d50f01fd7a7c935e9211e4db3be (patch) | |
tree | 8094b1bb13058a4c3d8553d52fa7091b9def9930 /libf2c | |
parent | 26c3229c0b2ddc4de07fae0e344746a109d3e40a (diff) | |
download | gcc-571f8ce40e1b8d50f01fd7a7c935e9211e4db3be.zip gcc-571f8ce40e1b8d50f01fd7a7c935e9211e4db3be.tar.gz gcc-571f8ce40e1b8d50f01fd7a7c935e9211e4db3be.tar.bz2 |
Daily bump.
From-SVN: r31977
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 57bc4a7..ad53ede 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 20000214 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 20000215 (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 e40b4a3..59b3eb0 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990627\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 20000214 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 20000215 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 673dc51..e8b27a2 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 20000214 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 20000215 (prerelease)"; #include <stdio.h> |