diff --git a/ChangeLog b/ChangeLog index 82fcdf4..3eec309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +version 1.0.4 + + * fix "make install" to property install yrmcdsd. + * fixed bugs: #31, #34 + version 1.0.3 * fix a compilation problem on non-SSE Intel 32bit CPU. diff --git a/src/constants.hpp b/src/constants.hpp index 93dea6c..ea646d3 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -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 1.0.3"; +const char VERSION[] = "yrmcds version 1.0.4"; } // namespace yrmcds