diff options
| author | Jeff Law <law@gcc.gnu.org> | 1999-12-04 01:45:08 -0700 |
|---|---|---|
| committer | Jeff Law <law@gcc.gnu.org> | 1999-12-04 01:45:08 -0700 |
| commit | 0de2d85cacfb973a3ae05670470d173f6ff42f46 (patch) | |
| tree | 3a1e0988a3ccb9273445db3ad6512e6619553787 /libf2c | |
| parent | a157febd0ca69d5b4570fc714c141fd5da555a7a (diff) | |
| download | gcc-0de2d85cacfb973a3ae05670470d173f6ff42f46.zip gcc-0de2d85cacfb973a3ae05670470d173f6ff42f46.tar.gz gcc-0de2d85cacfb973a3ae05670470d173f6ff42f46.tar.bz2 | |
Daily bump.
From-SVN: r30772
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 f6989cd..ed958020 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 19991203 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 19991204 (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 51dff4f..e7a9d02 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 19991203 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 19991204 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 13b993b..438563a 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 19991203 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 19991204 (prerelease)"; #include <stdio.h> |
