Update version number to v11.

Update readme.txt for v11.
This commit is contained in:
SarahW 2016-06-05 20:59:51 +01:00
commit 8790a58f8f
4 changed files with 219 additions and 106 deletions

View file

@ -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 */