diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-05 08:45:08 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-05 08:45:08 +0000 |
| commit | ce3eb7db1871e6965240abeb5d22c04e3cb42344 (patch) | |
| tree | 7618e9d9486466578df594af9973ab6a97186d74 | |
| parent | 3a9740fde1d0f1dcef572cec26f7ed32afa62a5c (diff) | |
| download | ppe42-gcc-ce3eb7db1871e6965240abeb5d22c04e3cb42344.tar.gz ppe42-gcc-ce3eb7db1871e6965240abeb5d22c04e3cb42344.zip | |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39451 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 6be439d3c2a..aac6502e9f2 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20010204 (experimental)"; +const char *ffe_version_string = "0.5.26 20010205 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index 1f66ce573ac..c4c870d18c3 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 20010204 (experimental)"; +const char *const version_string = "2.97 20010205 (experimental)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 0708d7fb855..4353cce6ffc 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.26 20010204 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20010205 (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 cd404d47e50..771e6975fe2 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.26 20010204 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20010205 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index f86abb78cf5..71fc0b9cbe8 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 20010204 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20010205 (experimental)"; #include <stdio.h> |

