diff --git a/ChangeLog b/ChangeLog index c7c3875..a53e2f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +version 1.1.0-rc2 + + * semaphores are renamed to (resource) counters. + version 1.1.0-rc1 * add a new protocol for distributed semaphores. diff --git a/src/constants.hpp b/src/constants.hpp index 6b34ef9..032d01b 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -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.0-rc1"; +const char VERSION[] = "yrmcds version 1.1.0-rc2"; } // namespace yrmcds