diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-02 08:17:34 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-02 08:17:34 +0000 |
commit | a6babba0559c0e7aa766e5e03721c1a5476e5193 (patch) | |
tree | f4159b3fb9f4e3a7deafa918b9accd49677bee35 /libf2c | |
parent | e19896a4b8c9bb8bc843a3c8f4ab665513438aad (diff) | |
download | gcc-a6babba0559c0e7aa766e5e03721c1a5476e5193.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50222 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 61b72dae045..bdbc6fe916a 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 20020301 (experimental)"; +char __G77_LIBF77_VERSION__[] = "3.2 20020302 (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 cd6a8d25424..3df74ba13f5 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 20020301 (experimental)"; +char __G77_LIBI77_VERSION__[] = "3.2 20020302 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index cdbecaa8588..86926d1cc0a 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 20020301 (experimental)"; +char __G77_LIBU77_VERSION__[] = "3.2 20020302 (experimental)"; #include <stdio.h> |