Skip to content

Commit

Permalink
modify package version to prepare to release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing committed Nov 11, 2019
1 parent dbbc155 commit bc369cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3"
VERSION="1.2.4"
PKG_NAME="rocketmq-client-cpp"
CWD_DIR=$(cd "$(dirname "$0")"; pwd)
DEPLOY_BUILD_HOME=${CWD_DIR}/${PKG_NAME}
Expand Down
4 changes: 2 additions & 2 deletions src/common/MQClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 " ";

Expand Down

0 comments on commit bc369cd

Please sign in to comment.