From df31bf51f08ca6afa59ef3b4f3749bf20ebd1858 Mon Sep 17 00:00:00 2001 From: wwbmmm Date: Wed, 31 Jan 2024 16:07:59 +0800 Subject: [PATCH] Release 1.8.0 --- CMakeLists.txt | 2 +- NOTICE | 2 +- RELEASE_VERSION | 2 +- package/rpm/brpc.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35f4c7c9f2..2eeec04976 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.7.0) +set(BRPC_VERSION 1.8.0) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors") diff --git a/NOTICE b/NOTICE index d2db74d75d..9939c15699 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache bRPC -Copyright 2018-2023 The Apache Software Foundation +Copyright 2018-2024 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 bd8bf882d0..27f9cd322b 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec index ae1f8ea0fe..c9fe0b161d 100644 --- a/package/rpm/brpc.spec +++ b/package/rpm/brpc.spec @@ -18,7 +18,7 @@ # Name: brpc -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist} Summary: Industrial-grade RPC framework using C++ Language.