You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2022/06/22 10:14:48 UTC

[GitHub] [zookeeper] eolivelli commented on a diff in pull request #1893: ZOOKEEPER-4556: function zoo_version_str

eolivelli commented on code in PR #1893:
URL: https://github.com/apache/zookeeper/pull/1893#discussion_r903552648


##########
zookeeper-client/zookeeper-client-c/src/zookeeper.c:
##########
@@ -1295,6 +1295,14 @@ static void log_env(zhandle_t *zh) {
 #endif
 }
 
+/**
+ * Return string of "MAJOR.MINOR.PATCH"
+ */
+const char *zoo_version_str()
+{
+    return ZOO_VERSION;

Review Comment:
   3.5 is EOL, we don't expect any other commits on 3.5



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org