Skip to content

Commit 753ec41

Browse files
authored
chore(release): update version to release 2.0.1 (#266)
1 parent a90b074 commit 753ec41

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dep/rocketmq_amd64/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: RocketMQ
2-
Version: 2.0.0
2+
Version: 2.0.1
33
Architecture: amd64
44
Essential: no
55
Priority: optional

distribution/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818

19-
VERSION="2.0.0"
19+
VERSION="2.0.1"
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

+1-1
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.0
19+
Version: 2.0.1
2020
Release: centos
2121
Group: Apache
2222
License: APLv2

src/common/DefaultMQClient.cpp

+2-2
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.0"
29-
#define BUILD_DATE "22:50:18 02-14-2020"
28+
#define ROCKETMQCPP_VERSION "2.0.1"
29+
#define BUILD_DATE "21:34:58 02-28-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)