Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jun 24, 2015
1 parent c66ae08 commit 40e8675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.1.4

* add "keys" memcached extension command (#51).

version 1.1.3

* auto-detect libtcmalloc.
Expand Down
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.3";
const char VERSION[] = "yrmcds version 1.1.4";

} // namespace yrmcds

Expand Down

0 comments on commit 40e8675

Please sign in to comment.