diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-02-28 08:17:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-02-28 08:17:15 +0000 |
commit | bde131d34d70387ac376419405e9b5c8a788984c (patch) | |
tree | cc317c85c58286dbf977a669e0426f6b48e4c0cc /libf2c | |
parent | 63e1b1c4b05b8f27cdbcf781294e14d3c7a73f3f (diff) | |
download | gcc-bde131d34d70387ac376419405e9b5c8a788984c.zip gcc-bde131d34d70387ac376419405e9b5c8a788984c.tar.gz gcc-bde131d34d70387ac376419405e9b5c8a788984c.tar.bz2 |
Daily bump.
From-SVN: r50126
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/libF77/Version.c | 4 | ||||
-rw-r--r-- | libf2c/libI77/Version.c | 4 | ||||
-rw-r--r-- | libf2c/libU77/Version.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index b5467c4..e957f91b 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -1,9 +1,9 @@ - static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; + static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "3.2 20020227 (experimental)"; +char __G77_LIBF77_VERSION__[] = "3.2 20020228 (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 2c8ebe2..bf4d3e4 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -1,9 +1,9 @@ - static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; + static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "3.2 20020227 (experimental)"; +char __G77_LIBI77_VERSION__[] = "3.2 20020228 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 7b339e1..aff6c04 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ - static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; + static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "3.2 20020227 (experimental)"; +char __G77_LIBU77_VERSION__[] = "3.2 20020228 (experimental)"; #include <stdio.h> |