Skip to content

Commit 1332712

Browse files
serverglenliushuai06
andauthored
merge 1.15 (#3131)
* Release 1.15.0 * Release 1.15.0 * Release 1.15.0 --------- Co-authored-by: liushuai06 <liushuai06@MacBook-Pro.local>
1 parent 1d3bded commit 1332712

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

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

43-
set(BRPC_VERSION 1.14.1)
43+
set(BRPC_VERSION 1.15.0)
4444

4545
SET(CPACK_GENERATOR "DEB")
4646
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.14.1',
3+
version = '1.15.0',
44
compatibility_level = 1,
55
)
66

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.1
1+
1.15.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.14.1
21+
Version: 1.15.0
2222
Release: 1%{?dist}
2323
Summary: Industrial-grade RPC framework using C++ Language.
2424

0 commit comments

Comments
 (0)