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
This commit is contained in:
Toon Moene 2000-11-26 17:21:01 +01:00 committed by Toon Moene
parent 97c66a5018
commit 25080928b1
4 changed files with 8 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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>