Bumped version number up to v10.
Updated readme file.
This commit is contained in:
parent
774115c6ca
commit
30826ba98a
5 changed files with 279 additions and 126 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue