Fix Linux configure/makefile. Bump version number up to v10.1.
This commit is contained in:
parent
67dea77677
commit
fa7e77b013
8 changed files with 203 additions and 268 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue