Skip to content

Commit

Permalink
0.5.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bretzel12 committed Dec 19, 2017
1 parent 3c6aacc commit 903125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/span_analyzer_frame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void SpanAnalyzerFrame::OnMenuHelpAbout(wxCommandEvent& event) {
wxAboutDialogInfo info;
info.SetIcon(wxICON(icon));
info.SetName(wxGetApp().GetAppDisplayName());
info.SetVersion("0.4.0");
info.SetVersion("0.5.0");
info.SetCopyright("License: http://unlicense.org/");
info.SetDescription(
"This application provides a GUI for calculating the sag-tension response\n"
Expand Down

0 comments on commit 903125e

Please sign in to comment.