Skip to content

Commit

Permalink
Update version number to v17.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-walker-pcem committed Dec 1, 2020
1 parent df1d53c commit ad6b140
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

AC_PREREQ([2.61])
AC_INIT(PCem, v16, Sarah Walker <[email protected]>, pcem)
AC_INIT(PCem, v17, Sarah Walker <[email protected]>, pcem)

AC_CANONICAL_HOST

Expand Down
2 changes: 1 addition & 1 deletion src/pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ void runpc()
if (win_title_update)
{
win_title_update=0;
sprintf(s, "PCem v16 - %i%% - %s - %s - %s", fps, model_getname(), models[model].cpu[cpu_manufacturer].cpus[cpu].name, (!mousecapture) ? "Click to capture mouse" : ((mouse_get_type(mouse_type) & MOUSE_TYPE_3BUTTON) ? "Press CTRL-END to release mouse" : "Press CTRL-END or middle button to release mouse"));
sprintf(s, "PCem v17 - %i%% - %s - %s - %s", fps, model_getname(), models[model].cpu[cpu_manufacturer].cpus[cpu].name, (!mousecapture) ? "Click to capture mouse" : ((mouse_get_type(mouse_type) & MOUSE_TYPE_3BUTTON) ? "Press CTRL-END to release mouse" : "Press CTRL-END or middle button to release mouse"));
set_window_title(s);
}
done++;
Expand Down
2 changes: 1 addition & 1 deletion src/pc.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -3683,7 +3683,7 @@
<flag>wxALL</flag>
<border>5</border>
<object class="wxStaticText">
<label>PCem v14\nhttps://pcem-emulator.co.uk/\n\nThis program is licensed under the GNU General Public License version 2.\nSee COPYING for more details.\n\nToolbar-icons made by Roundicons (https://roundicons.com/) from www.flaticon.com\nOther icons made by FatCow (http://www.fatcow.com/free-icons/)</label>
<label>PCem v17\nhttps://pcem-emulator.co.uk/\n\nThis program is licensed under the GNU General Public License version 2.\nSee COPYING for more details.\n\nToolbar-icons made by Roundicons (https://roundicons.com/) from www.flaticon.com\nOther icons made by FatCow (http://www.fatcow.com/free-icons/)</label>
<wrap>-1</wrap>
</object>
</object>
Expand Down
2 changes: 1 addition & 1 deletion src/wx-resources.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8010,7 +8010,7 @@ static unsigned char xml_res_file_26[] = {
47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,
106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,97,116,105,99,
84,101,120,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,
101,108,62,80,67,101,109,32,118,49,52,92,110,104,116,116,112,115,58,47,
101,108,62,80,67,101,109,32,118,49,55,92,110,104,116,116,112,115,58,47,
47,112,99,101,109,45,101,109,117,108,97,116,111,114,46,99,111,46,117,107,
47,92,110,92,110,84,104,105,115,32,112,114,111,103,114,97,109,32,105,115,
32,108,105,99,101,110,115,101,100,32,117,110,100,101,114,32,116,104,101,
Expand Down
2 changes: 1 addition & 1 deletion src/wx-sdl2-display-win.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ int window_create()
hwnd = CreateWindowEx (
0, /* Extended possibilites for variation */
szClassName, /* Classname */
"PCem v16", /* Title Text */
"PCem v17", /* Title Text */
WS_OVERLAPPEDWINDOW&~WS_SIZEBOX, /* default window */
CW_USEDEFAULT, /* Windows decides the position */
CW_USEDEFAULT, /* where the window ends up on the screen */
Expand Down

0 comments on commit ad6b140

Please sign in to comment.