Skip to content

Commit 3bb810a

Browse files
authored
[ISSUE #278] update versions to release 2.1.0 (#279)
close #278
1 parent 9ddb626 commit 3bb810a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dep/rocketmq_amd64/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: RocketMQ
2-
Version: 2.0.1
2+
Version: 2.1.0
33
Architecture: amd64
44
Essential: no
55
Priority: optional

distribution/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818

19-
VERSION="2.0.1"
19+
VERSION="2.1.0"
2020
PKG_NAME="rocketmq-client-cpp"
2121
CWD_DIR=$(cd "$(dirname "$0")"; pwd)
2222
DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}

rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Summary: A C++ Client of Apache RocketMQ
1717

1818
Name: rocketmq-client-cpp
19-
Version: 2.0.1
19+
Version: 2.1.0
2020
Release: centos
2121
Group: Apache
2222
License: APLv2

src/common/DefaultMQClient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
namespace rocketmq {
2727
// hard code first.
28-
#define ROCKETMQCPP_VERSION "2.0.1"
29-
#define BUILD_DATE "21:34:58 02-28-2020"
28+
#define ROCKETMQCPP_VERSION "2.1.0"
29+
#define BUILD_DATE "14:25:18 03-18-2020"
3030
// display version: strings bin/librocketmq.so |grep VERSION
3131
const char* rocketmq_build_time = "CPP CORE VERSION: " ROCKETMQCPP_VERSION ", BUILD TIME: " BUILD_DATE;
3232

0 commit comments

Comments
 (0)