Skip to content

Commit

Permalink
TCEC (no-)release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthies committed May 11, 2020
1 parent be00723 commit 21a5881
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
ChangeLog
=========
1.8 (release 20xx-xx-xx) :
- ...
1.7.3 (no-release 2020-05-11 for TCEC S18) :
- Added FRC/Chess960 (playing quite bad for now)
- Faster move generation esp. pawn moves
- Evaluate backward and isolated pawns woth respect to their file (idea by Ed Schröder)
- Make pawn hash aligned to cache line

1.7.2 (release 2020-04-27) :
- Fixed a bug in the test for ep capture moves being legal
Expand Down
4 changes: 2 additions & 2 deletions src/RubiChess.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#pragma once

#define VERNUM "1.8"
//#define VERSTABLE
#define VERNUM "1.7.3 (TCEC S18)"
#define VERSTABLE

#if 0
#define STATISTICS
Expand Down

0 comments on commit 21a5881

Please sign in to comment.