This is an automated email from the ASF dual-hosted git repository.
serverglen pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/release-1.15 by this push:
new 9b8984c3 Release 1.15.0
9b8984c3 is described below
commit 9b8984c30e4e96af1f32493aaedc6a15dc850274
Author: liushuai06 <[email protected]>
AuthorDate: Mon Oct 13 15:39:40 2025 +0800
Release 1.15.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 45fcf611..63f3ee06 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()
-set(BRPC_VERSION 1.14.1)
+set(BRPC_VERSION 1.15.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index 63e799cf..699a23f4 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.14.1
+ 1.15.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index ebd5074e..51c02d7f 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
#
Name: brpc
-Version: 1.14.1
+Version: 1.15.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]