Skip to content

Commit

Permalink
update name for v0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainGoussault committed Jul 10, 2015
1 parent 55a5238 commit 173428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void Uci::loop()

if (token == "uci")
{
std::cout << "id name Deepov 0.2 beta" << std::endl;
std::cout << "id name Deepov 0.2" << std::endl;
std::cout << "id author Romain Goussault - Navid Hedjazian" << std::endl;
std::cout << "uciok" << std::endl;
}
Expand Down

0 comments on commit 173428c

Please sign in to comment.