Skip to content

Commit

Permalink
Bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jan 25, 2016
1 parent 1f8455e commit b43c74c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
version 1.1.6

* New config option "bind_ip".
* fixed a minor replication bug #61.

version 1.1.5

* New config option "repl_buffer_size".
Expand Down
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const std::size_t MAX_REQUEST_LENGTH = 30 << 20; // 30 MiB
const int MAX_SLAVES = 5;
const int MAX_CONSECUTIVE_GCS = 3;

const char VERSION[] = "yrmcds version 1.1.5";
const char VERSION[] = "yrmcds version 1.1.6";

} // namespace yrmcds

Expand Down

0 comments on commit b43c74c

Please sign in to comment.