diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 07:16:54 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 07:16:54 +0000 |
commit | 4d76bc9e245603ab650e26c5970be5e2ce187d76 (patch) | |
tree | 45f375faaa98fcec2a0e5e102f94797c424d5055 | |
parent | 394fb3e2df3c127131dd2805153793fcee868102 (diff) | |
download | gcc-4d76bc9e245603ab650e26c5970be5e2ce187d76.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43482 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/f/version.c | 2 | ||||
-rw-r--r-- | gcc/version.c | 2 | ||||
-rw-r--r-- | libf2c/libF77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libI77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libU77/Version.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index 9f3271cd121..454a234f788 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.27 20010620 (experimental)"; +const char *ffe_version_string = "0.5.27 20010621 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 54bea035e45..797427f032c 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "version.h" -const char *const version_string = "3.1 20010620 (experimental)"; +const char *const version_string = "3.1 20010621 (experimental)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index b0461ea8c7d..0f7b631c00e 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 20010620 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.27 20010621 (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 bce2803e463..1736e1b1199 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 20010620 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.27 20010621 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 65703656453..9b966d4a11d 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 20010620 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.27 20010621 (experimental)"; #include <stdio.h> |