You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2021/10/25 03:49:45 UTC

[rocketmq-client-cpp] branch main updated: Bump version to 5.0.0 (#379)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a81392  Bump version to 5.0.0 (#379)
8a81392 is described below

commit 8a8139296c4c0a9d194b2eeb4aab937e1bfdd360
Author: aaron ai <ya...@gmail.com>
AuthorDate: Mon Oct 25 11:49:37 2021 +0800

    Bump version to 5.0.0 (#379)
---
 src/main/cpp/client/ClientConfigImpl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/cpp/client/ClientConfigImpl.cpp b/src/main/cpp/client/ClientConfigImpl.cpp
index c3c3294..29304e0 100644
--- a/src/main/cpp/client/ClientConfigImpl.cpp
+++ b/src/main/cpp/client/ClientConfigImpl.cpp
@@ -29,7 +29,7 @@
 ROCKETMQ_NAMESPACE_BEGIN
 
 #ifndef CLIENT_VERSION_MAJOR
-#define CLIENT_VERSION_MAJOR "1"
+#define CLIENT_VERSION_MAJOR "5"
 #endif
 
 #ifndef CLIENT_VERSION_MINOR