Bump version to 1.30.1.0, and update History.txt

This commit is contained in:
tomcw 2021-05-03 20:05:06 +01:00
parent 5bc1261281
commit b15abd0ba9
2 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,12 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.30.1.0 - 3 May 2021
---------------------
. Improve Mockingboard's 6522 support for cycle-accurate reading of IFR at Timer1/2 underflow.
. Improve logging of Speaker code.
1.30.0.0 - 18 Apr 2021
----------------------
Note: This version only works under Windows XP and later.

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,30,0,0
#define APPLEWIN_VERSION 1,30,1,0
#define xstr(a) str(a)
#define str(a) #a