From 41cd860c64bd34950c146a823030b3204491897c Mon Sep 17 00:00:00 2001 From: ymmt2005 Date: Thu, 20 Feb 2014 18:05:18 +0900 Subject: [PATCH] Bump version to 1.0.4 --- ChangeLog | 5 +++++ src/constants.hpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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