diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-04-13 07:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-04-13 07:16:13 +0000 |
commit | 1f212504cfbdf59f951e1a1dc655544bc8a50c9c (patch) | |
tree | 47692657e4fd4e7e3d03f5a4dc0c07c6f9b7b58c /libf2c | |
parent | 831c1763640089a3b6d044a3f59488e04ff94e99 (diff) | |
download | gcc-1f212504cfbdf59f951e1a1dc655544bc8a50c9c.zip gcc-1f212504cfbdf59f951e1a1dc655544bc8a50c9c.tar.gz gcc-1f212504cfbdf59f951e1a1dc655544bc8a50c9c.tar.bz2 |
Daily bump.
From-SVN: r41331
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 cd781ed..50e0f8c 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__[] = "0.5.27 20010412 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.27 20010413 (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 266c6b3..1474c7c 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__[] = "0.5.27 20010412 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.27 20010413 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index c819bac..005135b 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.27 20010412 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.27 20010413 (experimental)"; #include <stdio.h> |