Skip to content

Commit

Permalink
Create release 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinPitrat committed May 19, 2016
1 parent 3d9771a commit a74a909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cap32.cpp
Expand Up @@ -30,7 +30,7 @@
#include <errno.h>
#include <string.h>

#define VERSION_STRING "v4.2.0"
#define VERSION_STRING "v4.3.0"

#include "CapriceGui.h"
#include "CapriceGuiView.h"
Expand Down
2 changes: 1 addition & 1 deletion gui/src/CapriceAbout.cpp
Expand Up @@ -14,7 +14,7 @@ CapriceAbout::CapriceAbout(const CRect& WindowRect, CWindow* pParent, CFontEngin
{
SetModal(true);
// Override here: specify position of label ourselves:
m_pMessageLabel = new CLabel(CPoint(5, 70), this, "Version 4.2.0");
m_pMessageLabel = new CLabel(CPoint(5, 70), this, "Version 4.3.0");
m_pMessageLabel = new CLabel(CPoint(5, 90), this, "F1 - Menu / Pause");
m_pMessageLabel = new CLabel(CPoint(5, 100), this, "F2 - Fullscreen");
m_pMessageLabel = new CLabel(CPoint(5, 110), this, "F3 - ");
Expand Down

0 comments on commit a74a909

Please sign in to comment.