From a69a74e947139ddb006e1d6991a2436463aecc2d Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 1 Dec 2018 12:28:48 +0100 Subject: [PATCH] Bumped version to 2.24b10 --- 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 1e782410..1da3b956 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.24b9 (2018-11-29)"); + lblEmulatorVersion = new gcn::Label("Amiberry v2.24b10 (2018-12-01)"); textBox = new gcn::TextBox( "Dimitris Panokostas (MiDWaN) - Amiberry author\n"