diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-27 08:19:19 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-27 08:19:19 +0000 |
commit | 05d58d8cc146a683367ea8cef05fe320ff9ebd2e (patch) | |
tree | 789e3870475b88f4a0dfd91d7755043aea9619fe /libf2c | |
parent | d6af03689afcb6d54e5ce66a399f68753a2aea3e (diff) | |
download | gcc-05d58d8cc146a683367ea8cef05fe320ff9ebd2e.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50095 138bc75d-0d04-0410-961f-82ee72b054a4
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 6e379a4d0ad..b5467c49a28 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 20020226 (experimental)"; +char __G77_LIBF77_VERSION__[] = "3.2 20020227 (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 c91c7998824..2c8ebe26b84 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 20020226 (experimental)"; +char __G77_LIBI77_VERSION__[] = "3.2 20020227 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 22dd7f4a42e..7b339e15ed0 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 20020226 (experimental)"; +char __G77_LIBU77_VERSION__[] = "3.2 20020227 (experimental)"; #include <stdio.h> |