forked from empear-analytics/zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20d25c7
commit a55af33
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
cmake_minimum_required(VERSION 3.5) | ||
|
||
project(zookeeper VERSION 3.7.0) | ||
project(zookeeper VERSION 3.8.0) | ||
set(email [email protected]) | ||
set(description "zookeeper C client") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT([zookeeper C client],3.7.0,[[email protected]],[zookeeper]) | ||
AC_INIT([zookeeper C client],3.8.0,[[email protected]],[zookeeper]) | ||
AC_CONFIG_SRCDIR([src/zookeeper.c]) | ||
|
||
# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
extern "C" { | ||
#endif | ||
|
||
#define ZOO_VERSION "3.7.0" | ||
#define ZOO_VERSION "3.8.0" | ||
|
||
#ifdef __cplusplus | ||
} | ||
|