From 5ee03527239e43d8575fdce834ad9c193711649b Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 19 Mar 2018 23:19:17 +0100 Subject: [PATCH] Bumped version to v2.18.1 --- 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 95472b0ef..e96ca0132 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.18"); + lblEmulatorVersion = new gcn::Label("Amiberry v2.18.1"); textBox = new gcn::TextBox( "Dimitris Panokostas (MiDWaN) - Amiberry author\n"