Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubukimaru committed Mar 15, 2019
1 parent 2aa11e6 commit ba4c24e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/dura.y
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
strtok allocated memory. This is never deleted, we must check this in the future to prevent memory leaks.
v.0.18.4: [18/06/2017]
Unterminated string hotfix. Find a better way to solve it. Probably a more flex-like fix.
v.0.19: [15/03/2019]
Completed source code translation to English.
Replaced WAV writing code with new working version.
*/

/* C headers and definitions */
Expand All @@ -94,8 +97,8 @@

#include "asmsx.h"

#define VERSION "0.18.4"
#define DATE "18/06/2017"
#define VERSION "0.19"
#define DATE "15/03/2019"

//#define Z80 0
//#define ROM 1
Expand Down

0 comments on commit ba4c24e

Please sign in to comment.