Skip to content

Commit

Permalink
Bumped version to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Mar 19, 2018
1 parent 7b4b883 commit 5ee0352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelAbout.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 5ee0352

Please sign in to comment.