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

guangmingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e0d1b39 Release 1.12.0 (#2875)
6e0d1b39 is described below

commit 6e0d1b39545789cfbf8cf2ed5cbbeeb2784db560
Author: Bright Chen <chenguangmin...@foxmail.com>
AuthorDate: Sat Jan 18 14:14:20 2025 +0800

    Release 1.12.0 (#2875)
---
 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: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to