Bumped version number up to v10.

Updated readme file.
This commit is contained in:
TomW 2015-10-31 17:49:22 +00:00
commit 30826ba98a
5 changed files with 279 additions and 126 deletions

View file

@ -438,7 +438,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
hwnd = CreateWindowEx (
0, /* Extended possibilites for variation */
szClassName, /* Classname */
"PCem v9", /* Title Text */
"PCem v10", /* Title Text */
WS_OVERLAPPEDWINDOW&~WS_SIZEBOX, /* default window */
CW_USEDEFAULT, /* Windows decides the position */
CW_USEDEFAULT, /* where the window ends up on the screen */