File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
dep/rocketmq_amd64/DEBIAN Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Package: RocketMQ
2- Version: 2.0.0
2+ Version: 2.0.1
33Architecture: amd64
44Essential: no
55Priority: optional
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717
1818
19- VERSION=" 2.0.0 "
19+ VERSION=" 2.0.1 "
2020PKG_NAME=" rocketmq-client-cpp"
2121CWD_DIR=$( cd " $( dirname " $0 " ) " ; pwd)
2222DEPLOY_BUILD_HOME=${CWD_DIR} /${PKG_NAME}
Original file line number Diff line number Diff line change 1616Summary: A C++ Client of Apache RocketMQ
1717
1818Name: rocketmq-client-cpp
19- Version: 2.0.0
19+ Version: 2.0.1
2020Release: centos
2121Group: Apache
2222License: APLv2
Original file line number Diff line number Diff line change 2525
2626namespace rocketmq {
2727// hard code first.
28- #define ROCKETMQCPP_VERSION " 2.0.0 "
29- #define BUILD_DATE " 22:50:18 02-14 -2020"
28+ #define ROCKETMQCPP_VERSION " 2.0.1 "
29+ #define BUILD_DATE " 21:34:58 02-28 -2020"
3030// display version: strings bin/librocketmq.so |grep VERSION
3131const char * rocketmq_build_time = " CPP CORE VERSION: " ROCKETMQCPP_VERSION " , BUILD TIME: " BUILD_DATE;
3232
You can’t perform that action at this time.
0 commit comments