diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2000-07-02 17:07:29 +0200 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2000-07-02 15:07:29 +0000 |
commit | 68bcd3163af2a5d1256d8c17e383d8edb0d13904 (patch) | |
tree | 53e11e308fc29ec0bbcd1b76e75408f515cf31cf | |
parent | 27353dd2fef89a34f79e49d53f021f18ed665972 (diff) | |
download | gcc-68bcd3163af2a5d1256d8c17e383d8edb0d13904.zip gcc-68bcd3163af2a5d1256d8c17e383d8edb0d13904.tar.gz gcc-68bcd3163af2a5d1256d8c17e383d8edb0d13904.tar.bz2 |
Version.c: Bumped version number to 0.5.26.
2000-07-02 Toon Moene <toon@moene.indiv.nluug.nl>
* libF77/Version.c: Bumped version number to 0.5.26.
* libI77/Version.c: Ditto.
* libU77/Version.c: Ditto.
From-SVN: r34833
-rw-r--r-- | libf2c/ChangeLog | 6 | ||||
-rw-r--r-- | libf2c/libF77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libI77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libU77/Version.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 23787c3..f48b5a0 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,9 @@ +2000-07-02 Toon Moene <toon@moene.indiv.nluug.nl> + + * libF77/Version.c: Bumped version number to 0.5.26. + * libI77/Version.c: Ditto. + * libU77/Version.c: Ditto. + 2000-06-21 Zack Weinberg <zack@wolery.cumb.org> * libU77/dtime_.c, libU77/etime_.c: Include stdlib.h if diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 6da8f04..364dca9 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.25 20000702 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20000702 (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 aaeb574..153ba72 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.25 20000702 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20000702 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index d3bf3e4..40609cf 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.25 20000702 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20000702 (prerelease)"; #include <stdio.h> |