Skip to content

Commit

Permalink
Texel: Changed version number to 1.05.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/petero/vc/svnrepos/texel/trunk@487 4abc0a36-5a1e-4bec-8e7d-414f7125f69d
  • Loading branch information
peterosterlund2 committed Nov 5, 2017
1 parent a6669e4 commit 44e9d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texellib/src/computerPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static StaticInitializer<ComputerPlayer> cpInit;

void
ComputerPlayer::staticInitialize() {
std::string name = "Texel 1.05a35";
std::string name = "Texel 1.05";
if (sizeof(char*) == 4)
name += " 32-bit";
if (sizeof(char*) == 8)
Expand Down

0 comments on commit 44e9d1f

Please sign in to comment.