diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-09-15 07:17:12 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-09-15 07:17:12 +0000 |
commit | 7df3fea2625d2e6d8fe7e75116d1e406d0107c96 (patch) | |
tree | 84632c8245c36cc3fa82d441d60f25e51f3b7e13 /libf2c | |
parent | c8460010fab905e8441a1d15f859da8ffb6fceda (diff) | |
download | gcc-7df3fea2625d2e6d8fe7e75116d1e406d0107c96.zip gcc-7df3fea2625d2e6d8fe7e75116d1e406d0107c96.tar.gz gcc-7df3fea2625d2e6d8fe7e75116d1e406d0107c96.tar.bz2 |
Daily bump.
From-SVN: r57159
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 893bd7b..a456234 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "3.3 20020914 (experimental)"; +char __G77_LIBF77_VERSION__[] = "3.3 20020915 (experimental)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 18255ee..371b719 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "3.3 20020914 (experimental)"; +char __G77_LIBI77_VERSION__[] = "3.3 20020915 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 5a0a1c0a..a688a74 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__[] = "3.3 20020914 (experimental)"; +char __G77_LIBU77_VERSION__[] = "3.3 20020915 (experimental)"; #include <stdio.h> |