This is an automated email from the ASF dual-hosted git repository. guangmingchen pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/brpc.git
commit 8add480cb3b49ee22ca2275103b7c333315b328a Author: Bright Chen <[email protected]> AuthorDate: Tue Jan 7 10:45:13 2025 +0800 Release 1.12.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 a6b7716b..284f27fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.11.0) +set(BRPC_VERSION 1.12.0) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors") diff --git a/MODULE.bazel b/MODULE.bazel index e53146ae..e041b67a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = 'brpc', - version = '1.11.0', + version = '1.12.0', compatibility_level = 1, ) diff --git a/NOTICE b/NOTICE index 9939c156..55a2c50b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache bRPC -Copyright 2018-2024 The Apache Software Foundation +Copyright 2018-2025 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 1cac385c..0eed1a29 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.11.0 +1.12.0 diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec index f70daf18..43483474 100644 --- a/package/rpm/brpc.spec +++ b/package/rpm/brpc.spec @@ -18,7 +18,7 @@ # Name: brpc -Version: 1.11.0 +Version: 1.12.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]
