diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-04-11 07:16:59 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-04-11 07:16:59 +0000 |
commit | df51a2457a141c12dc203ebd0b3a04e17bfd497f (patch) | |
tree | 664a1e118b56a1730a59391ef38397ecd74bef5d /libf2c | |
parent | 6f3d0447fe81bbea10203da40b4bf2bf48a213cd (diff) | |
download | gcc-df51a2457a141c12dc203ebd0b3a04e17bfd497f.zip gcc-df51a2457a141c12dc203ebd0b3a04e17bfd497f.tar.gz gcc-df51a2457a141c12dc203ebd0b3a04e17bfd497f.tar.bz2 |
Daily bump.
From-SVN: r52153
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 a199af1..eb366f5 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.2 20020410 (experimental)"; +char __G77_LIBF77_VERSION__[] = "3.2 20020411 (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 a3c6c35..e1a4467 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.2 20020410 (experimental)"; +char __G77_LIBI77_VERSION__[] = "3.2 20020411 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 9181e18..c16af215 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.2 20020410 (experimental)"; +char __G77_LIBU77_VERSION__[] = "3.2 20020411 (experimental)"; #include <stdio.h> |