Fix Linux configure/makefile. Bump version number up to v10.1.

This commit is contained in:
TomW 2015-11-07 11:19:29 +00:00
commit fa7e77b013
8 changed files with 203 additions and 268 deletions

View file

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