We're close to the 3.9 release.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2757 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2013-06-26 21:34:48 +00:00
parent 8f8c85250c
commit 1f4cf1c0b1
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
RAM containing all zeroes. This seems to fix issues with Dragonstomper RAM containing all zeroes. This seems to fix issues with Dragonstomper
always starting in exactly the same state. always starting in exactly the same state.
* Fixed issue when debugging CompuMate ROMs; keystrokes entering while * Fixed issue when debugging CompuMate ROMs; keystrokes entered while
debugging would be interpreted as typing on the CompuMate keyboard. debugging would be interpreted as typing on the CompuMate keyboard.
* Changed colour of the 'current PC indicator' in the debugger to * Changed colour of the 'current PC indicator' in the debugger to

View File

@ -22,7 +22,7 @@
#include <cstdlib> #include <cstdlib>
#define STELLA_VERSION "3.9_beta3" #define STELLA_VERSION "3.9"
#define STELLA_BUILD atoi("$Rev$" + 6) #define STELLA_BUILD atoi("$Rev$" + 6)
#endif #endif