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-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org