Skip to content

Commit 8add480

Browse files
committed
Release 1.12.0
1 parent 4c33f88 commit 8add480

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(POLICY CMP0042)
3939
cmake_policy(SET CMP0042 NEW)
4040
endif()
4141

42-
set(BRPC_VERSION 1.11.0)
42+
set(BRPC_VERSION 1.12.0)
4343

4444
SET(CPACK_GENERATOR "DEB")
4545
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = 'brpc',
3-
version = '1.11.0',
3+
version = '1.12.0',
44
compatibility_level = 1,
55
)
66

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache bRPC
2-
Copyright 2018-2024 The Apache Software Foundation
2+
Copyright 2018-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

package/rpm/brpc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
Name: brpc
21-
Version: 1.11.0
21+
Version: 1.12.0
2222
Release: 1%{?dist}
2323
Summary: Industrial-grade RPC framework using C++ Language.
2424

0 commit comments

Comments
 (0)