From a74a909c44fa01a556078b477bf1c3db17a6ec1d Mon Sep 17 00:00:00 2001 From: Colin Pitrat Date: Thu, 19 May 2016 09:06:54 +0100 Subject: [PATCH] Create release 4.3 --- cap32.cpp | 2 +- gui/src/CapriceAbout.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cap32.cpp b/cap32.cpp index c4697f95..768cec2d 100644 --- a/cap32.cpp +++ b/cap32.cpp @@ -30,7 +30,7 @@ #include #include -#define VERSION_STRING "v4.2.0" +#define VERSION_STRING "v4.3.0" #include "CapriceGui.h" #include "CapriceGuiView.h" diff --git a/gui/src/CapriceAbout.cpp b/gui/src/CapriceAbout.cpp index 25aa4248..82a28756 100644 --- a/gui/src/CapriceAbout.cpp +++ b/gui/src/CapriceAbout.cpp @@ -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 - ");