This is an automated email from the ASF dual-hosted git repository.
serverglen pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/release-1.9 by this push:
new 7daed0be Release 1.9.0
7daed0be is described below
commit 7daed0be6bf1f4d64b25554c72de7d9319a35dd7
Author: serverglen <[email protected]>
AuthorDate: Sun Apr 21 21:44:53 2024 +0800
Release 1.9.0
---
CMakeLists.txt | 2 +-
RELEASE_VERSION | 2 +-
package/rpm/brpc.spec | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eaae961a..b14fe178 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()
-set(BRPC_VERSION 1.8.0)
+set(BRPC_VERSION 1.9.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index 27f9cd32..f8e233b2 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.8.0
+1.9.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index c9fe0b16..22b3df7e 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
#
Name: brpc
-Version: 1.8.0
+Version: 1.9.0
Release: 1%{?dist}
Summary: Industrial-grade RPC framework using C++ Language.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]