From 4ae5d0360a0f888bb0e927249f3de4b03acdd2ff Mon Sep 17 00:00:00 2001 From: ymmt2005 Date: Mon, 3 Oct 2016 23:12:22 +0900 Subject: [PATCH] Bump version to 1.1.8 --- ChangeLog | 4 ++++ src/constants.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5693472..0a4400d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +version 1.1.8 + + * Fix logrotate script for systemd. + version 1.1.7 * Support for systemd in "make install". diff --git a/src/constants.hpp b/src/constants.hpp index 271724c..fe601d2 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -33,7 +33,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.7"; +const char VERSION[] = "yrmcds version 1.1.8"; } // namespace yrmcds