-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
xinv3d (1.5.0) | ||
|
||
* Timing bug for very fast computers fixed. Original speeds restored. | ||
* Fixed empty stars field in lower-right quadrant before game starts. | ||
|
||
-- Joe Da Silva <[email protected]> Tue, 22 Feb 2022 08:36:00 -0800 | ||
|
||
xinv3d (1.4.0) | ||
|
||
* Debian Orphaned xinv3d brought up to date and is buildable with current PCs. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
AC_PREREQ(2.61) | ||
|
||
m4_define([xinv3d_version], [1.4.0]) | ||
m4_define([xinv3d_version], [1.5.0]) | ||
AC_INIT([xinv3d],[xinv3d_version],[[email protected]], | ||
[xinv3d],[https://github.com/JoesCat/xinv3d/releases]) | ||
AM_INIT_AUTOMAKE([foreign -Wall]) | ||
|