Skip to content

Commit

Permalink
date of the release
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Dec 21, 2016
1 parent cc68506 commit 5b11f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-visible changes in version 1.3.1 (2016-12-19):
User-visible changes in version 1.3.1 (2016-12-21):
* GUI: more options in the peak-top menu
* GUI: Tools > XPS KE <-> BE
* added utilities F.findx(), F.extremum(), centile(N, expr), %peak.IB
Expand Down
2 changes: 1 addition & 1 deletion wxgui/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ AboutDlg::AboutDlg(wxWindow* parent)
txt->AppendText(wxT(" and xylib ") + pchar2wx(xylib_get_version())
+ wxT("\n"));
txt->SetDefaultStyle(wxTextAttr(wxNullColour, bg_col, *wxNORMAL_FONT));
txt->AppendText(wxT("\nCopyright 2001 - 2015 Marcin Wojdyr\n\n"));
txt->AppendText(wxT("\nCopyright 2001 - 2016 Marcin Wojdyr\n\n"));
txt->SetDefaultStyle(wxTextAttr(wxNullColour, bg_col, *wxSMALL_FONT));
txt->AppendText(
wxT("This program is free software; you can redistribute it and/or modify ")
Expand Down

0 comments on commit 5b11f7e

Please sign in to comment.