From c4cf0a009c4efabc0bbcc1527c5afd9ec1eafb3d Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Thu, 29 Nov 2018 20:40:44 +0100 Subject: [PATCH] Bumped version to v2.24b9 --- 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 864bb473..1e782410 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.24b8 (2018-11-26)"); + lblEmulatorVersion = new gcn::Label("Amiberry v2.24b9 (2018-11-29)"); textBox = new gcn::TextBox( "Dimitris Panokostas (MiDWaN) - Amiberry author\n"