Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bretzel12 committed Jan 28, 2017
1 parent 97c045d commit fcdb8c5
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 @@ -259,7 +259,7 @@ void SpanAnalyzerFrame::OnMenuHelpAbout(wxCommandEvent& event) {
wxAboutDialogInfo info;
info.SetIcon(wxICON(icon));
info.SetName(wxGetApp().GetAppDisplayName());
info.SetVersion("0.2.0");
info.SetVersion("0.3.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 fcdb8c5

Please sign in to comment.