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 - ");