Commit 25080928 by Toon Moene Committed by Toon Moene

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
parent 97c66a50
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> 2000-11-15 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/configure.in: See if `mkstemp' is available. * libI77/configure.in: See if `mkstemp' is available.
......
...@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n"; ...@@ -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. 2.00 11 June 1980. File version.c added to library.
......
...@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n"; ...@@ -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 2.01 $ format added
......
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; 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> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment