Updated version number to v8.

This commit is contained in:
TomW 2013-12-21 09:55:49 +00:00
commit 8cc1da7f3e
4 changed files with 6 additions and 4 deletions

View file

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