Skip to content

Commit

Permalink
Bump version to 1.81 and release! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Oct 9, 2016
1 parent 50b503c commit 2492975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RefChip16/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int LoadIni(){

void UpdateTitleBar(HWND hWnd)
{
sprintf_s(headingstr, "RefChip16 V1.8 FPS: %d Recompiler %s", fps2, Recompiler ? "Enabled" : "Disabled");
sprintf_s(headingstr, "RefChip16 V1.81 FPS: %d Recompiler %s", fps2, Recompiler ? "Enabled" : "Disabled");
SetWindowText(hWnd, headingstr);
}
// The entry point for any Windows program
Expand Down Expand Up @@ -589,7 +589,7 @@ LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPara
ToggleLogging(hWnd);
break;
case ID_ABOUT:
MessageBox(hWnd, "RefChip16 V1.8 Written by Refraction - Big thanks to the Chip16 devs for this :)", "RefChip16", 0);
MessageBox(hWnd, "RefChip16 V1.81 Written by Refraction - Big thanks to the Chip16 devs for this :)", "RefChip16", 0);
break;
case ID_EXIT:
DestroyDisplay();
Expand Down
Binary file modified Release/RefChip16.exe
Binary file not shown.

0 comments on commit 2492975

Please sign in to comment.