Skip to content

Commit bc369cd

Browse files
committed
modify package version to prepare to release 1.2.4
1 parent dbbc155 commit bc369cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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="1.2.3"
19+
VERSION="1.2.4"
2020
PKG_NAME="rocketmq-client-cpp"
2121
CWD_DIR=$(cd "$(dirname "$0")"; pwd)
2222
DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}

src/common/MQClient.cpp

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

2626
namespace rocketmq {
2727

28-
#define ROCKETMQCPP_VERSION "1.0.1"
29-
#define BUILD_DATE "03-14-2018"
28+
#define ROCKETMQCPP_VERSION "1.2.4"
29+
#define BUILD_DATE "11-11-2019"
3030
// display version: strings bin/librocketmq.so |grep VERSION
3131
const char* rocketmq_build_time = "VERSION: " ROCKETMQCPP_VERSION ", BUILD DATE: " BUILD_DATE " ";
3232

0 commit comments

Comments
 (0)