-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing cut off non-returning INIT (was accidentally running the secon…
…d init for 1 second before beginning audible playback)
- Loading branch information
1 parent
072cb73
commit 4549f5b
Showing
3 changed files
with
7 additions
and
4 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
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
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,5 +1,5 @@ | ||
#ifndef _VERSION_H_ | ||
#define _VERSION_H_ | ||
#define NSFPLAY_TITLE "NSFPlay 2.4 beta 17" | ||
#define NSFPLAY_VERSION "2.4 beta 17" | ||
#define NSFPLAY_TITLE "NSFPlay 2.4 beta 18" | ||
#define NSFPLAY_VERSION "2.4 beta 18" | ||
#endif |