Skip to content

Commit

Permalink
Increase version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshackleton committed Oct 1, 2017
1 parent 6b31049 commit f81c2fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Change Log

#### 1.9

* Reduce hash table by 30%, to under 140kB.

#### 1.8.1

* Simplify flush rank key and look-up.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ project(${PROJECT_NAME})

# Versioning.
set(SK_POKER_EVAL_VERSION_MAJOR 1)
set(SK_POKER_EVAL_VERSION_MINOR 8)
set(SK_POKER_EVAL_VERSION_PATCH 1)
set(SK_POKER_EVAL_VERSION_MINOR 9)
set(SK_POKER_EVAL_VERSION_PATCH 0)

# Get the current commit.
execute_process(
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Taking v1.1 as the base line, the sampled relative throughput of random [SevenEv
| [1.7.1](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.7.1) |               1.57 | Reduce the rank hash table.      |
| [1.8](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.8) |               1.93 | Index cards by bytes.       |
| [1.8.1](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.8.1) |               2.04 | Simplify flush key. Smaller offset table. |
| [1.9](https://github.com/kennethshackleton/SKPokerEval/releases/tag/v1.9) |               2.04 | Reduce the hash table. |

## I want to contribute, how might I profile my change?

Expand Down

0 comments on commit f81c2fa

Please sign in to comment.