Skip to content

Commit

Permalink
prepare version 2.4 for relase
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Mar 31, 2019
1 parent 35f27d7 commit e6fd1a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion distribute/nsfplay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down
7 changes: 3 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ <h1>NSFPlay</h1>
</p>

<table align="center"><tr><td><ul>
<li>Beta release: <a href="https://github.com/bbbradsmith/nsfplay/releases">NSFPlay 2.4</a></li>
<li>Stable release: <a href="https://github.com/bbbradsmith/nsfplay/releases/tag/2.3">NSFPlay 2.3</a> 2013-7-19</li>
<li>Code: <a href="https://github.com/bbbradsmith/nsfplay">GitHub Repository</a></li>
<li>Stable release: <a href="https://github.com/bbbradsmith/nsfplay/releases/tag/2.4">NSFPlay 2.4</a> 2019-3-30</li>
<li>Source code: <a href="https://github.com/bbbradsmith/nsfplay">GitHub Repository</a></li>
</ul></td></tr></table>

<p>NSFPlay was originally created by
Expand All @@ -58,7 +57,7 @@ <h1>NSFPlay</h1>
<div class="bottom">
<br/>
<br/>
<p>2019-3-3<br/>
<p>2019-3-30<br/>
<a href="http://rainwarrior.ca">rainwarrior.ca</a></p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions xgm/version.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e6fd1a4

Please sign in to comment.