diff options
author | Max Horn | 2003-05-25 12:28:38 +0000 |
---|---|---|
committer | Max Horn | 2003-05-25 12:28:38 +0000 |
commit | 835b4e9476bb70e0cedc0a7c26e993302be34e3a (patch) | |
tree | 76d4e7a3a598df44846f86fef83af0895f1700aa /backends | |
parent | 9b70fee5f39d02b3ea99c9aef4519f00ea433a58 (diff) | |
download | scummvm-rg350-835b4e9476bb70e0cedc0a7c26e993302be34e3a.tar.gz scummvm-rg350-835b4e9476bb70e0cedc0a7c26e993302be34e3a.tar.bz2 scummvm-rg350-835b4e9476bb70e0cedc0a7c26e993302be34e3a.zip |
cvs going to 0.4.2cvs
svn-id: r7946
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" |