This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 5c42f15 feat(version): update version to release 1.2.5
5c42f15 is described below
commit 5c42f15caefbeb7a90dc7f95b07b98eae970a71a
Author: ShannonDing <[email protected]>
AuthorDate: Wed Feb 12 19:24:27 2020 +0800
feat(version): update version to release 1.2.5
---
distribution/deploy.sh | 2 +-
src/common/DefaultMQClient.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/deploy.sh b/distribution/deploy.sh
index 726c182..a362191 100755
--- a/distribution/deploy.sh
+++ b/distribution/deploy.sh
@@ -16,7 +16,7 @@
# limitations under the License.
-VERSION="1.2.4"
+VERSION="1.2.5"
PKG_NAME="rocketmq-client-cpp"
CWD_DIR=$(cd "$(dirname "$0")"; pwd)
DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}
diff --git a/src/common/DefaultMQClient.cpp b/src/common/DefaultMQClient.cpp
index aad0981..fd4d7cb 100644
--- a/src/common/DefaultMQClient.cpp
+++ b/src/common/DefaultMQClient.cpp
@@ -25,8 +25,8 @@
namespace rocketmq {
-#define ROCKETMQCPP_VERSION "1.2.4"
-#define BUILD_DATE "11-11-2019"
+#define ROCKETMQCPP_VERSION "1.2.5"
+#define BUILD_DATE "02-12-2020"
// display version: strings bin/librocketmq.so |grep VERSION
const char* rocketmq_build_time = "VERSION: " ROCKETMQCPP_VERSION ", BUILD
DATE: " BUILD_DATE " ";