From aafa0a03c661cea12cf3c20d8cecb09d89247ba1 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 3 Dec 2018 00:58:58 +0100 Subject: [PATCH] Bumped version to v2.24b11 --- src/osdep/gui/PanelAbout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/gui/PanelAbout.cpp b/src/osdep/gui/PanelAbout.cpp index 1da3b956..5f3f452b 100644 --- a/src/osdep/gui/PanelAbout.cpp +++ b/src/osdep/gui/PanelAbout.cpp @@ -29,7 +29,7 @@ void InitPanelAbout(const struct _ConfigCategory& category) { amiberryLogoImage = gcn::Image::load("data/amiberry-logo.png"); icon = new gcn::Icon(amiberryLogoImage); - lblEmulatorVersion = new gcn::Label("Amiberry v2.24b10 (2018-12-01)"); + lblEmulatorVersion = new gcn::Label("Amiberry v2.24b11 (2018-12-03)"); textBox = new gcn::TextBox( "Dimitris Panokostas (MiDWaN) - Amiberry author\n"