update to version 1.4.0

- remove trailing spaces
This commit is contained in:
creme 2020-02-11 18:32:43 +01:00
parent f170a6bf9a
commit 9b40f1080d
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
7 changed files with 101 additions and 107 deletions

View File

@ -39,8 +39,3 @@ fakeinstall:
@echo chown root:root $(INSTALLDIR)/man/man6/starlanes.6
@echo chmod 755 $(INSTALLDIR)/bin/starlanes
@echo chmod 444 $(INSTALLDIR)/man/man6/starlanes.6

1
README
View File

@ -50,4 +50,3 @@ first published in Creative Computing magazine.
-Beej
beej@ecst.csuchico.edu

View File

@ -1,4 +1,4 @@
.TH STARLANES 6 "29 March 1996" "Starlanes V1.2.2"
.TH STARLANES 6 "11 February 2020" "Starlanes V1.4.0"
.SH NAME
starlanes \- the game of starlanes
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
/*
** starlanes v1.3.0 (29-Mar-1997) -- a space-age stock trading game
** starlanes v1.4.0 (11-Feb-2020) -- a space-age stock trading game
**
** Copyright (C) 1997 Brian "Beej" Hall
** with modifications by David Barnsdale 2004 and by ~jan6 2020
@ -161,8 +161,8 @@ void usage(void);
char placemove(); */
/* global variables */
char *VERSION = "1.3.0";
char *VERSION_DATE = "1-June-2004";
char *VERSION = "1.4.0";
char *VERSION_DATE = "11-February-2020";
char *ident = "$Id: starlanes.c 1.2.2 29-Mar-1997 beej@ecst.csuchico.edu $";

View File

@ -391,6 +391,6 @@ BUGS
Starlanes V1.2.2 29 March 1996 6
Starlanes V1.4.0 11 February 2020 6