Github user hanm commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/306#discussion_r126292628
  
    --- Diff: src/c/include/winconfig.h ---
    @@ -1,196 +1,15 @@
    -/* Define to 1 if you have the <arpa/inet.h> header file. */
    -#undef HAVE_ARPA_INET_H
    -
    -/* Define to 1 if you have the <dlfcn.h> header file. */
    -#undef HAVE_DLFCN_H
    -
    -/* Define to 1 if you have the <fcntl.h> header file. */
    -#undef HAVE_FCNTL_H
    -
    -/* Define to 1 if you have the file `generated/zookeeper.jute.c'. */
    -#define HAVE_GENERATED_ZOOKEEPER_JUTE_C 1
    -
    -/* Define to 1 if you have the file `generated/zookeeper.jute.h'. */
    -#define HAVE_GENERATED_ZOOKEEPER_JUTE_H 1
    -
    -/* Define to 1 if you have the `getcwd' function. */
    -#undef HAVE_GETCWD
    -
    -/* Define to 1 if you have the `gethostbyname' function. */
    -#undef HAVE_GETHOSTBYNAME
    -
    -/* Define to 1 if you have the `gethostname' function. */
    -#define HAVE_GETHOSTNAME 1
    -
    -/* Define to 1 if you have the `getlogin' function. */
    -#undef HAVE_GETLOGIN
    -
    -/* Define to 1 if you have the `getpwuid_r' function. */
    -#undef HAVE_GETPWUID_R
    -
    -/* Define to 1 if you have the `gettimeofday' function. */
    -#undef HAVE_GETTIMEOFDAY
    -
    -/* Define to 1 if you have the `getuid' function. */
    -#undef HAVE_GETUID
    -
    -/* Define to 1 if you have the <inttypes.h> header file. */
    -#undef HAVE_INTTYPES_H
    -
    -/* Define to 1 if you have the `memmove' function. */
    -#undef HAVE_MEMMOVE
    -
    -/* Define to 1 if you have the <memory.h> header file. */
    -#undef HAVE_MEMORY_H
    -
    -/* Define to 1 if you have the `memset' function. */
    -#undef HAVE_MEMSET
    -
    -/* Define to 1 if you have the <netdb.h> header file. */
    -#undef HAVE_NETDB_H
    -
    -/* Define to 1 if you have the <netinet/in.h> header file. */
    -#undef HAVE_NETINET_IN_H
    -
    -/* Define to 1 if you have the `poll' function. */
    -#undef HAVE_POLL
    -
    -/* Define to 1 if you have the `socket' function. */
    -#undef HAVE_SOCKET
    -
    -/* Define to 1 if you have the <stdint.h> header file. */
    -#undef HAVE_STDINT_H
    -
    -/* Define to 1 if you have the <stdlib.h> header file. */
    -#define HAVE_STDLIB_H 1
    -
    -/* Define to 1 if you have the `strchr' function. */
    -#define HAVE_STRCHR 1
    -
    -/* Define to 1 if you have the `strdup' function. */
    -#define HAVE_STRDUP 1
    -
    -/* Define to 1 if you have the `strerror' function. */
    -#define HAVE_STRERROR 1
    -
    -/* Define to 1 if you have the <strings.h> header file. */
    -#undef HAVE_STRINGS_H
    -
    -/* Define to 1 if you have the <string.h> header file. */
    -#undef HAVE_STRING_H
    -
    -/* Define to 1 if you have the `strtol' function. */
    -#undef HAVE_STRTOL
    -
    -/* Define to 1 if you have the <sys/socket.h> header file. */
    -#undef HAVE_SYS_SOCKET_H
    -
    -/* Define to 1 if you have the <sys/stat.h> header file. */
    -#undef HAVE_SYS_STAT_H
    -
    -/* Define to 1 if you have the <sys/time.h> header file. */
    -#undef HAVE_SYS_TIME_H
    -
    -/* Define to 1 if you have the <sys/types.h> header file. */
    -#undef HAVE_SYS_TYPES_H
    -
    -/* Define to 1 if you have the <sys/utsname.h> header file. */
    -#undef HAVE_SYS_UTSNAME_H
    -
    -/* Define to 1 if you have the <unistd.h> header file. */
    -#undef HAVE_UNISTD_H
    -
    -/* Define to the sub-directory in which libtool stores uninstalled 
libraries.
    -   */
    -#define LT_OBJDIR
    -
    -/* Define to 1 if your C compiler doesn't accept -c and -o together. */
    -/* #undef NO_MINUS_C_MINUS_O */
    -
    -/* Name of package */
    -#define PACKAGE "c-client-src"
    -
    -/* Define to the address where bug reports for this package should be 
sent. */
    -#define PACKAGE_BUGREPORT "u...@zookeeper.apache.org"
    -
    -/* Define to the full name of this package. */
    -#define PACKAGE_NAME "zookeeper C client"
    -
    -/* Define to the full name and version of this package. */
    -#define PACKAGE_STRING "zookeeper C client 3.5.0 win32"
    -
    -/* Define to the one symbol short name of this package. */
    -#define PACKAGE_TARNAME "c-client-src"
    -
    -/* Define to the home page for this package. */
    -#define PACKAGE_URL ""
    -
    -/* Define to the version of this package. */
    -#define PACKAGE_VERSION "3.5.0"
    --- End diff --
    
    Yes, your observation is correct. We only bump versions encoded in this 
file of master branch when we do a major release (e.g. from 3.4.x to 3.5.0). 
The same file in branch-3.5 contains more up to date version number for 
previous release (3.5.3 for 3.5, and 3.4.10 for 3.4). So this issue is not a 
problem.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to