This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 4caaffc5 Release 1.8.0 (#2536)
4caaffc5 is described below
commit 4caaffc584b641ca5ac68407c25eae1ac29cb457
Author: Weibing Wang <[email protected]>
AuthorDate: Tue Feb 6 11:30:40 2024 +0800
Release 1.8.0 (#2536)
* Update version to 1.7.0 (#2530)
Co-authored-by: lorinlee <[email protected]>
* Release 1.8.0
---------
Co-authored-by: lorinlee <[email protected]>
---
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 bf407192..2eeec049 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()
-set(BRPC_VERSION 1.6.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 d2db74d7..9939c156 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 dc1e644a..27f9cd32 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.6.0
+1.8.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index f40d766c..c9fe0b16 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
#
Name: brpc
-Version: 1.6.0
+Version: 1.8.0
Release: 1%{?dist}
Summary: Industrial-grade RPC framework using C++ Language.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]