You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2020/03/18 07:01:10 UTC

[rocketmq-client-cpp] branch master updated: [ISSUE #278] update versions to release 2.1.0 (#279)

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 3bb810a  [ISSUE #278] update versions to release 2.1.0 (#279)
3bb810a is described below

commit 3bb810a35a88630f06ad0cb2741eb0a62d031a33
Author: dinglei <li...@163.com>
AuthorDate: Wed Mar 18 15:01:01 2020 +0800

    [ISSUE #278] update versions to release 2.1.0 (#279)
    
    close #278
---
 dep/rocketmq_amd64/DEBIAN/control                | 2 +-
 distribution/deploy.sh                           | 2 +-
 rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec | 2 +-
 src/common/DefaultMQClient.cpp                   | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dep/rocketmq_amd64/DEBIAN/control b/dep/rocketmq_amd64/DEBIAN/control
index 10122a9..b2166d3 100644
--- a/dep/rocketmq_amd64/DEBIAN/control
+++ b/dep/rocketmq_amd64/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: RocketMQ
-Version: 2.0.1
+Version: 2.1.0
 Architecture: amd64
 Essential: no
 Priority: optional
diff --git a/distribution/deploy.sh b/distribution/deploy.sh
index 3b2525f..dea32a9 100755
--- a/distribution/deploy.sh
+++ b/distribution/deploy.sh
@@ -16,7 +16,7 @@
 # limitations under the License.
 
 
-VERSION="2.0.1"
+VERSION="2.1.0"
 PKG_NAME="rocketmq-client-cpp"
 CWD_DIR=$(cd "$(dirname "$0")"; pwd)
 DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}
diff --git a/rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec b/rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec
index 6c80bbe..9e3210e 100644
--- a/rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec
+++ b/rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec
@@ -16,7 +16,7 @@
 Summary: A C++ Client of Apache RocketMQ
 
 Name: rocketmq-client-cpp
-Version: 2.0.1
+Version: 2.1.0
 Release: centos
 Group: Apache
 License: APLv2
diff --git a/src/common/DefaultMQClient.cpp b/src/common/DefaultMQClient.cpp
index c271212..e381218 100644
--- a/src/common/DefaultMQClient.cpp
+++ b/src/common/DefaultMQClient.cpp
@@ -25,8 +25,8 @@
 
 namespace rocketmq {
 // hard code first.
-#define ROCKETMQCPP_VERSION "2.0.1"
-#define BUILD_DATE "21:34:58 02-28-2020"
+#define ROCKETMQCPP_VERSION "2.1.0"
+#define BUILD_DATE "14:25:18 03-18-2020"
 // display version: strings bin/librocketmq.so |grep VERSION
 const char* rocketmq_build_time = "CPP CORE VERSION: " ROCKETMQCPP_VERSION ", BUILD TIME: " BUILD_DATE;