diff --git a/Changes.txt b/Changes.txt index 57304fe79..b771c9c8e 100644 --- a/Changes.txt +++ b/Changes.txt @@ -77,7 +77,7 @@ RAM containing all zeroes. This seems to fix issues with Dragonstomper 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. * Changed colour of the 'current PC indicator' in the debugger to diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 05a7b9978..cde90fccc 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.9_beta3" +#define STELLA_VERSION "3.9" #define STELLA_BUILD atoi("$Rev$" + 6) #endif