Bumped version to v2.25

This commit is contained in:
Dimitris Panokostas 2019-02-20 22:44:30 +01:00
parent fd1cd18f4f
commit 1673ff48ed

View file

@ -24,7 +24,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.24 (2019-01-14)");
lblEmulatorVersion = new gcn::Label("Amiberry v2.25 (2019-02-20)");
textBox = new gcn::TextBox(
"Dimitris Panokostas (MiDWaN) - Amiberry author\n"
@ -38,7 +38,7 @@ void InitPanelAbout(const struct _ConfigCategory& category)
"Thomas Navarro Garcia - Amiberry logo\n"
"Vasiliki Soufi - Amiberry name\n"
"\n"
"Dedicated to HeZoR - R.I.P. (1978-2017)\n"
"Dedicated to HeZoR - R.I.P. little brother (1978-2017)\n"
);
textBox->setBackgroundColor(gui_baseCol);