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

andor pushed a commit to branch branch-3.9
in repository https://gitbox.apache.org/repos/asf/zookeeper.git

commit db05221d9cc2ddb5be96898c681088e823f70916
Author: Andor Molnar <[email protected]>
AuthorDate: Mon Jul 17 11:25:30 2023 +0000

    [maven-release-plugin] prepare branch @{releaseLabel}
---
 pom.xml                                                         | 2 +-
 zookeeper-client/zookeeper-client-c/CMakeLists.txt              | 2 +-
 zookeeper-client/zookeeper-client-c/configure.ac                | 2 +-
 zookeeper-client/zookeeper-client-c/include/zookeeper_version.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1622c638e..be5e18386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/zookeeper.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/zookeeper.git</url>
-    <tag>HEAD</tag>
+    <tag>branch-3.9</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/zookeeper-client/zookeeper-client-c/CMakeLists.txt 
b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
index ccfd7576c..cc85bacfd 100644
--- a/zookeeper-client/zookeeper-client-c/CMakeLists.txt
+++ b/zookeeper-client/zookeeper-client-c/CMakeLists.txt
@@ -16,7 +16,7 @@
 
 cmake_minimum_required(VERSION 3.5)
 
-project(zookeeper VERSION 3.8.0)
+project(zookeeper VERSION 3.9.0)
 set(email [email protected])
 set(description "zookeeper C client")
 
diff --git a/zookeeper-client/zookeeper-client-c/configure.ac 
b/zookeeper-client/zookeeper-client-c/configure.ac
index fe10af9f3..e9b0fa9a0 100644
--- a/zookeeper-client/zookeeper-client-c/configure.ac
+++ b/zookeeper-client/zookeeper-client-c/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT([zookeeper C client],3.8.0,[[email protected]],[zookeeper])
+AC_INIT([zookeeper C client],3.9.0,[[email protected]],[zookeeper])
 AC_CONFIG_SRCDIR([src/zookeeper.c])
 
 # Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX
diff --git a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h 
b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
index 03d5928b3..53b360a7b 100644
--- a/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
+++ b/zookeeper-client/zookeeper-client-c/include/zookeeper_version.h
@@ -22,7 +22,7 @@
 extern "C" {
 #endif
 
-#define ZOO_VERSION "3.8.0"
+#define ZOO_VERSION "3.9.0"
 
 #ifdef __cplusplus
 }

Reply via email to