diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 2000-11-26 17:21:01 +0100 |
---|---|---|
committer | Toon Moene <toon@gcc.gnu.org> | 2000-11-26 16:21:01 +0000 |
commit | 25080928b1f955e7334139039505892adf290855 (patch) | |
tree | d000cb70031d4e95b1dfe3d1b07decddddb33a8a | |
parent | 97c66a5018da0fe090f0c24e22c1b14990c4f1e9 (diff) | |
download | gcc-25080928b1f955e7334139039505892adf290855.zip gcc-25080928b1f955e7334139039505892adf290855.tar.gz gcc-25080928b1f955e7334139039505892adf290855.tar.bz2 |
Version.c, [...]: Designate version as (experimental) instead of (prerelease)
2000-11-26 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/Version.c, libF77/Version.c, libU77/Version.c:
Designate version as (experimental) instead of (prerelease)
From-SVN: r37759
-rw-r--r-- | libf2c/ChangeLog | 5 | ||||
-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, 8 insertions, 3 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 9f3fbfb..0da1c97 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,8 @@ +2000-11-26 Toon Moene <toon@moene.indiv.nluug.nl> + + * libI77/Version.c, libF77/Version.c, libU77/Version.c: + Designate version as (experimental) instead of (prerelease) + 2000-11-15 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/configure.in: See if `mkstemp' is available. diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 5bdb9c2..645448a 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 20001126 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20001126 (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 2824458..6f36494 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 20001126 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20001126 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index cc73588..5a22e75 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 20001126 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20001126 (experimental)"; #include <stdio.h> |