Skip to content

Commit

Permalink
Bump version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Nov 18, 2013
1 parent 43a3f90 commit 3bd3f09
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 0.9.4

* add proper memory fences.

version 0.9.3

* enhances STATS to include the number of connections.
Expand Down
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 0.9.3";
const char VERSION[] = "yrmcds version 0.9.4";

} // namespace yrmcds

Expand Down

0 comments on commit 3bd3f09

Please sign in to comment.