This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a commit to branch release-1.6 in repository https://gitbox.apache.org/repos/asf/brpc.git
commit e46c82655d40760b6c65710dcfea67da0095e6f0 Author: lei.li <lei...@clickzetta.com> AuthorDate: Fri Oct 13 22:25:15 2023 +0800 Update version to 1.6.0 --- CMakeLists.txt | 2 +- RELEASE_VERSION | 2 +- package/rpm/brpc.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d150ea3..f364cd13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.6.0) +set(BRPC_VERSION 1.6.1) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors") diff --git a/RELEASE_VERSION b/RELEASE_VERSION index dc1e644a..9c6d6293 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec index b9f488ca..617e2e37 100644 --- a/package/rpm/brpc.spec +++ b/package/rpm/brpc.spec @@ -18,7 +18,7 @@ # Name: brpc -Version: 1.6.0 +Version: 1.6.1 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