Skip to content

Commit

Permalink
Changed wording.
Browse files Browse the repository at this point in the history
Built on -> Build date
  • Loading branch information
phuang1024 committed Apr 11, 2021
1 parent 14fa5f4 commit d0b77c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using std::string;

void print_info() {
cout << "Megalodon v" << VERSION << " - UCI chess engine" << "\n";
cout << "Built on " << __DATE__ << ", " << __TIME__ << endl;
cout << "Build date: " << __DATE__ << ", " << __TIME__ << endl;
cout << "Copyright the Megalodon developers (in AUTHORS file)" << "\n";
cout << "https://github.com/megalodon-chess/megalodon" << "\n";
cout << "Licensed under GNU GPL v3: https://www.gnu.org/licenses/" << "\n";
Expand Down

0 comments on commit d0b77c6

Please sign in to comment.