Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
robcfg committed Jul 28, 2021
1 parent d386588 commit f205c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmbexplorer/src/MMBE_Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ void CMMBEGui::ShowAboutDialog()
aboutText1->labelfont( FL_HELVETICA_BOLD );
y += textHeight + ySeparation;

std::string versionStr = "Version 1.2.7 (";
std::string versionStr = "Version 1.2.8 (";
versionStr += GetSCMVersion();
versionStr += ")";
Fl_Box* aboutText2 = new Fl_Box( (aboutDialogWidth - textWidth)/2, y, textWidth, textHeight, nullptr );
Expand Down

0 comments on commit f205c1a

Please sign in to comment.