bump lib[IU]77's Version.c

From-SVN: r25204
This commit is contained in:
Craig Burley 1999-02-14 19:06:31 +00:00 committed by Craig Burley
parent 60d19ba06d
commit d4ddd7b977
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1999-02-14 Craig Burley <craig@jcb-sc.com>
* libU77/Version.c: Bump ("update" below) to date of last change.
* libI77/Version.c: Bump to date of last change.
Tue Feb 9 18:13:30 GMT 1999 Nathan Sidwell <nathan@acm.org>
* Makefile.in (distclean): Move Makefile deletion to end of

View File

@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19980617\n";
/*
*/
char __G77_LIBI77_VERSION__[] = "0.5.24-19980920";
char __G77_LIBI77_VERSION__[] = "0.5.24-19981012";
/*
2.01 $ format added

View File

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