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
This commit is contained in:
Toon Moene 2000-07-02 17:07:29 +02:00 committed by Toon Moene
parent 27353dd2fe
commit 68bcd3163a
4 changed files with 9 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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