From 4539fa0ec519817fee4ab0e85a0756029bc3b911 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 23 Nov 2019 12:41:23 +0100 Subject: [PATCH] Bumped version to v3.0.3 --- 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 c4f195c8..ce365aa4 100644 --- a/src/osdep/gui/PanelAbout.cpp +++ b/src/osdep/gui/PanelAbout.cpp @@ -17,7 +17,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 v3.0.2 (2019-11-19)"); + lblEmulatorVersion = new gcn::Label("Amiberry v3.0.3 (2019-11-23)"); textBox = new gcn::TextBox( "Dimitris Panokostas (MiDWaN) - Amiberry author\n"