Update versions to 0.5.23.

From-SVN: r20509
This commit is contained in:
Dave Love 1998-06-15 07:57:08 +00:00
parent 3f1e429275
commit 63393d8cc7
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19970919\n";
/*
*/
char __G77_LIBF77_VERSION__[] = "0.5.23-19980503";
char __G77_LIBF77_VERSION__[] = "0.5.23";
/*
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 19980405\n";
/*
*/
char __G77_LIBI77_VERSION__[] = "0.5.23-19980503";
char __G77_LIBI77_VERSION__[] = "0.5.23";
/*
2.01 $ format added

View File

@ -1,6 +1,6 @@
static char junk[] = "\n@(#) LIBU77 VERSION 19970919\n";
char __G77_LIBU77_VERSION__[] = "0.5.23-19980501";
char __G77_LIBU77_VERSION__[] = "0.5.23";
#include <stdio.h>