This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new bc369cd modify package version to prepare to release 1.2.4
bc369cd is described below
commit bc369cdb1ffbe0dc710d8359c28ec36f4b94188c
Author: ShannonDing <[email protected]>
AuthorDate: Mon Nov 11 15:12:11 2019 +0800
modify package version to prepare to release 1.2.4
---
distribution/deploy.sh | 2 +-
src/common/MQClient.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/deploy.sh b/distribution/deploy.sh
index 7af6e30..726c182 100755
--- a/distribution/deploy.sh
+++ b/distribution/deploy.sh
@@ -16,7 +16,7 @@
# limitations under the License.
-VERSION="1.2.3"
+VERSION="1.2.4"
PKG_NAME="rocketmq-client-cpp"
CWD_DIR=$(cd "$(dirname "$0")"; pwd)
DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}
diff --git a/src/common/MQClient.cpp b/src/common/MQClient.cpp
index b2b9937..8eb3b13 100644
--- a/src/common/MQClient.cpp
+++ b/src/common/MQClient.cpp
@@ -25,8 +25,8 @@
namespace rocketmq {
-#define ROCKETMQCPP_VERSION "1.0.1"
-#define BUILD_DATE "03-14-2018"
+#define ROCKETMQCPP_VERSION "1.2.4"
+#define BUILD_DATE "11-11-2019"
// display version: strings bin/librocketmq.so |grep VERSION
const char* rocketmq_build_time = "VERSION: " ROCKETMQCPP_VERSION ", BUILD
DATE: " BUILD_DATE " ";