Skip to content

Commit

Permalink
feat(release): update version to prepare to release v2 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing authored Feb 14, 2020
1 parent 820006e commit e824b71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![TravisCI](https://travis-ci.org/apache/rocketmq-client-cpp.svg)](https://travis-ci.org/apache/rocketmq-client-cpp)
[![CodeCov](https://codecov.io/gh/apache/rocketmq-client-cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/rocketmq-client-cpp)
[![GitHub release](https://img.shields.io/badge/release-download-default.svg)](https://github.com/apache/rocketmq-client-cpp/releases)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/apache/rocketmq-client-cpp.svg)](http://isitmaintained.com/project/apache/rocketmq-client-cpp "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/apache/rocketmq-client-cpp.svg)](http://isitmaintained.com/project/apache/rocketmq-client-cpp "Percentage of issues still open")
![Twitter Follow](https://img.shields.io/twitter/follow/ApacheRocketMQ?style=social)

RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ, a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.
Expand Down
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: 1.2.5
Version: 2.0.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="1.2.5"
VERSION="2.0.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 @@ -2,7 +2,7 @@
Summary: A C++ Client of Apache RocketMQ

Name: rocketmq-client-cpp
Version: 1.2.5
Version: 2.0.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 {

#define ROCKETMQCPP_VERSION "1.2.5"
#define BUILD_DATE "02-12-2020"
#define ROCKETMQCPP_VERSION "2.0.0"
#define BUILD_DATE "02-14-2020"
// display version: strings bin/librocketmq.so |grep VERSION
const char* rocketmq_build_time = "VERSION: " ROCKETMQCPP_VERSION ", BUILD DATE: " BUILD_DATE " ";

Expand Down

0 comments on commit e824b71

Please sign in to comment.