diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-27 07:45:08 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-27 07:45:08 +0000 |
| commit | 792822a2012660b9a9f878061e56373a5b4626f1 (patch) | |
| tree | 209e8538b4b3de4472c21ef0a8994bf372dce7e7 | |
| parent | b2fb871ee843cbd95c4abf09bd8789a315bb6a79 (diff) | |
| download | ppe42-gcc-792822a2012660b9a9f878061e56373a5b4626f1.tar.gz ppe42-gcc-792822a2012660b9a9f878061e56373a5b4626f1.zip | |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36003 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 83aa0155424..3dc4976150d 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20000826 (experimental)"; +const char *ffe_version_string = "0.5.26 20000827 (experimental)"; diff --git a/gcc/version.c b/gcc/version.c index f0671f5a344..e233d0d70d7 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.96 20000826 (experimental)"; +const char *const version_string = "2.96 20000827 (experimental)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index cef3e1395a5..b1d2786523b 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 20000826 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20000827 (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 b5ed41bc37b..719bf89eaee 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 20000826 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20000827 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 66ff0021201..f3cbc387614 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 20000826 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20000827 (prerelease)"; #include <stdio.h> |

