Commit 68bcd316 by Toon Moene Committed by Toon Moene

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
parent 27353dd2
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
......
......@@ -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.
......
......@@ -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
......
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>
......
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