Release 1.16.0

This commit is contained in:
Xiaofeng Wang
2026-01-18 16:05:05 +08:00
parent 39a3436529
commit 37efd2e2b2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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")
+1 -1
View File
@@ -1,6 +1,6 @@
module(
name = 'brpc',
version = '1.15.0',
version = '1.16.0',
compatibility_level = 1,
)
+1 -1
View File
@@ -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/).
+1 -1
View File
@@ -1 +1 @@
1.15.0
1.16.0
+1 -1
View File
@@ -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.