Skip to content

Commit

Permalink
bump up version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jul 28, 2013
1 parent 8d37a25 commit 477b185
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version 0.9.1

* implements the server-side locking mechanism.
* new command line option "-v" shows the version and copyrights.
* fixed bugs: #2

version 0.9.0

* The first public release.
* implements memcached ASCII and binary protocols.
* implements master-slave replication.
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.0";
const char VERSION[] = "yrmcds version 0.9.1";

} // namespace yrmcds

Expand Down

0 comments on commit 477b185

Please sign in to comment.