Skip to content

Commit

Permalink
Bumped version to 2.8 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 4, 2018
1 parent a75aa6b commit ccc558d
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.7 beta");
lblEmulatorVersion = new gcn::Label("Amiberry v2.8 beta");

textBox = new gcn::TextBox("Contributors:\n"
"Dimitris Panokostas (MiDWaN)\n"
Expand Down

0 comments on commit ccc558d

Please sign in to comment.