Skip to content

Commit

Permalink
Bump version to v1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Feb 20, 2014
1 parent 4426059 commit 2e20c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.1.0-rc1

* add a new protocol for distributed semaphores.

version 1.0.4

* fix "make install" to property install yrmcdsd.
Expand Down
4 changes: 2 additions & 2 deletions src/constants.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Constants used in yrmcds.
// (C) 2013 Cybozu.
// (C) 2013, 2014 Cybozu.

#ifndef YRMCDS_CONSTANTS_HPP
#define YRMCDS_CONSTANTS_HPP
Expand Down Expand Up @@ -30,7 +30,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.0.4";
const char VERSION[] = "yrmcds version 1.1.0-rc1";

} // namespace yrmcds

Expand Down

0 comments on commit 2e20c93

Please sign in to comment.