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