Skip to content

Commit

Permalink
Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Oct 8, 2013
1 parent 131b793 commit ac1daaf
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.2

* fixed bugs: #4, #6

version 0.9.1

* implements the server-side locking mechanism.
Expand Down
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const int MAX_WORKERS = 64;
const std::size_t MAX_REQUEST_LENGTH = 30 << 20; // 30 MiB
const int MAX_SLAVES = 5;

const char VERSION[] = "yrmcds version 0.9.1";
const char VERSION[] = "yrmcds version 0.9.2";

} // namespace yrmcds

Expand Down

0 comments on commit ac1daaf

Please sign in to comment.