diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/wince/screen.cpp | 2 | ||||
-rw-r--r-- | backends/wince/smartphone.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/screen.cpp b/backends/wince/screen.cpp index 6ad2df2cbf..a7fec1ceca 100644 --- a/backends/wince/screen.cpp +++ b/backends/wince/screen.cpp @@ -21,7 +21,7 @@ #ifdef _WIN32_WCE -#define POCKETSCUMM_VERSION "PPC 0.4.0" +#define POCKETSCUMM_VERSION "PPC 0.4.2cvs" /* Original GFX code by Vasyl Tsvirkunov */ diff --git a/backends/wince/smartphone.cpp b/backends/wince/smartphone.cpp index ae4a77d4be..5bdb65c6c4 100644 --- a/backends/wince/smartphone.cpp +++ b/backends/wince/smartphone.cpp @@ -30,7 +30,7 @@ #define IDM_SMARTFON_MAP_BASE 99200 -#define SMARTFON_VERSION "Smartphone build 0.4.0" +#define SMARTFON_VERSION "Smartphone build 0.4.2cvs" #define SCAN_LOCATION "\\Storage Card" |