Skip to content

Commit

Permalink
[ISSUE #289] Update version to 2.2.0 to release
Browse files Browse the repository at this point in the history
chors(release): Update version to 2.2.0 to release.
  • Loading branch information
ShannonDing authored Mar 27, 2020
1 parent 7bccbfc commit 2da0647
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dep/rocketmq_amd64/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: RocketMQ
Version: 2.1.0
Version: 2.2.0
Architecture: amd64
Essential: no
Priority: optional
Expand Down
2 changes: 1 addition & 1 deletion distribution/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.


VERSION="2.1.0"
VERSION="2.2.0"
PKG_NAME="rocketmq-client-cpp"
CWD_DIR=$(cd "$(dirname "$0")"; pwd)
DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}
Expand Down
2 changes: 1 addition & 1 deletion rpm/rocketmq_x64/CENTOS/rocketmq-client-cpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Summary: A C++ Client of Apache RocketMQ

Name: rocketmq-client-cpp
Version: 2.1.0
Version: 2.2.0
Release: centos
Group: Apache
License: APLv2
Expand Down
4 changes: 2 additions & 2 deletions src/common/DefaultMQClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

namespace rocketmq {
// hard code first.
#define ROCKETMQCPP_VERSION "2.1.0"
#define BUILD_DATE "14:25:18 03-18-2020"
#define ROCKETMQCPP_VERSION "2.2.0"
#define BUILD_DATE "17:30:34 03-26-2020"
// display version: strings bin/librocketmq.so |grep VERSION
const char* rocketmq_build_time = "CPP CORE VERSION: " ROCKETMQCPP_VERSION ", BUILD TIME: " BUILD_DATE;

Expand Down

0 comments on commit 2da0647

Please sign in to comment.