From e6fd1a47339b654fda3f587662cf037a00085efe Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Sat, 30 Mar 2019 22:08:49 -0400 Subject: [PATCH] prepare version 2.4 for relase --- distribute/nsfplay.txt | 2 +- docs/index.html | 7 +++---- xgm/version.h | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/distribute/nsfplay.txt b/distribute/nsfplay.txt index 8db45ac..e861c42 100644 --- a/distribute/nsfplay.txt +++ b/distribute/nsfplay.txt @@ -160,7 +160,7 @@ loopcount - number of times to loop, 0 default Versions ======== -NSFPlay 2.4 beta 18 - 3/20/2019 +NSFPlay 2.4 - 3/30/2019 - Fixed incorrect bytes per second in stereo WAV output. - Fixed NSFe track title display when using playlist. - Fixed crash issue with 1MB NSF files. (Bank counting was incorrect.) diff --git a/docs/index.html b/docs/index.html index e94dda5..e45e1e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,9 +37,8 @@

NSFPlay

NSFPlay was originally created by @@ -58,7 +57,7 @@

NSFPlay



-

2019-3-3
+

2019-3-30
rainwarrior.ca

diff --git a/xgm/version.h b/xgm/version.h index fb30b52..d47dbb7 100644 --- a/xgm/version.h +++ b/xgm/version.h @@ -1,5 +1,5 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define NSFPLAY_TITLE "NSFPlay 2.4 beta 18" -#define NSFPLAY_VERSION "2.4 beta 18" +#define NSFPLAY_TITLE "NSFPlay 2.4" +#define NSFPLAY_VERSION "2.4" #endif