Skip to content

Commit

Permalink
Increment version number. Add to change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshackleton committed Aug 19, 2017
1 parent d232d75 commit 6b72550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Change Log

#### 1.7.0

* Reduce potential memory footprint by 40%.
* Slight performance gains.

#### 1.6.0

* Optimise ranking flushes.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(${PROJECT_NAME})

# Versioning.
set(SK_POKER_EVAL_VERSION_MAJOR 1)
set(SK_POKER_EVAL_VERSION_MINOR 6)
set(SK_POKER_EVAL_VERSION_MINOR 7)
set(SK_POKER_EVAL_VERSION_PATCH 0)

# Get the current commit.
Expand Down

0 comments on commit 6b72550

Please sign in to comment.