Update version number to v11.
Update readme.txt for v11.
This commit is contained in:
parent
8521ef6435
commit
8790a58f8f
4 changed files with 219 additions and 106 deletions
|
|
@ -513,7 +513,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
|
|||
hwnd = CreateWindowEx (
|
||||
0, /* Extended possibilites for variation */
|
||||
szClassName, /* Classname */
|
||||
"PCem v10.1", /* Title Text */
|
||||
"PCem v11", /* 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