Update version number to v12.

Update readme for v12 release.
This commit is contained in:
SarahW 2017-02-18 21:41:15 +00:00
commit 2a76cb5e5c
4 changed files with 126 additions and 154 deletions

View file

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