This is an automated email from the ASF dual-hosted git repository. xiaofeng pushed a commit to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/brpc.git
commit 37efd2e2b26aa6408fd308490acf14d86713c3fc Author: Xiaofeng Wang <[email protected]> AuthorDate: Sun Jan 18 16:05:05 2026 +0800 Release 1.16.0 --- CMakeLists.txt | 2 +- MODULE.bazel | 2 +- NOTICE | 2 +- RELEASE_VERSION | 2 +- package/rpm/brpc.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c6f985f..b10991f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.15.0) +set(BRPC_VERSION 1.16.0) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors") diff --git a/MODULE.bazel b/MODULE.bazel index 19700bc4..95f4e6b7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = 'brpc', - version = '1.15.0', + version = '1.16.0', compatibility_level = 1, ) diff --git a/NOTICE b/NOTICE index 55a2c50b..6185d93c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache bRPC -Copyright 2018-2025 The Apache Software Foundation +Copyright 2018-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/RELEASE_VERSION b/RELEASE_VERSION index 141f2e80..15b989e3 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec index 51c02d7f..4099ca2c 100644 --- a/package/rpm/brpc.spec +++ b/package/rpm/brpc.spec @@ -18,7 +18,7 @@ # Name: brpc -Version: 1.15.0 +Version: 1.16.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]
