diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-02 08:45:10 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-02 08:45:10 +0000 |
commit | 520ad935e451f8ddfc00786d524d29e92f25012e (patch) | |
tree | 56303d55f9de493e5805394598e0282683a90604 | |
parent | e3ff39a10b93b1b6d4fa9fe12a2f5c3490937a87 (diff) | |
download | gcc-520ad935e451f8ddfc00786d524d29e92f25012e.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37202 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 f8a910992e0..5a16d64db78 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20001101 (experimental)"; +const char *ffe_version_string = "0.5.26 20001102 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 8f45e4bed26..058a4db3d21 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "gansidecl.h" #include "version.h" -const char *const version_string = "2.97 20001101 (experimental)"; +const char *const version_string = "2.97 20001102 (experimental)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 9c15be8fbd3..f7c4e528a29 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.26 20001101 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20001102 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 9e0716cb42f..dbd1945fd05 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.26 20001101 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20001102 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index c7339a98d31..3567399016c 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.26 20001101 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20001102 (prerelease)"; #include <stdio.h> |