diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-01 08:19:04 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-01 08:19:04 +0000 |
commit | 81629ee65f030f4caae89049a2407b3e6aaf4596 (patch) | |
tree | 7269520a69c011aa04b1beef75b8fa5933ea4537 /libf2c | |
parent | ead227c9cbb0ae3c575197f519d5cc85479cee70 (diff) | |
download | gcc-81629ee65f030f4caae89049a2407b3e6aaf4596.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50190 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 e957f91bdf8..61b72dae045 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 20020228 (experimental)"; +char __G77_LIBF77_VERSION__[] = "3.2 20020301 (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 bf4d3e49359..cd6a8d25424 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 20020228 (experimental)"; +char __G77_LIBI77_VERSION__[] = "3.2 20020301 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index aff6c042f97..cdbecaa8588 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 20020228 (experimental)"; +char __G77_LIBU77_VERSION__[] = "3.2 20020301 (experimental)"; #include <stdio.h> |