This is an automated email from the ASF dual-hosted git repository.
serverglen 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 7ea4415b Update version to 1.6.0 (#2339)
7ea4415b is described below
commit 7ea4415b7ea05b3db5d915dfbaafc4badaccdc37
Author: Bright Chen <[email protected]>
AuthorDate: Wed Aug 2 13:21:35 2023 +0800
Update version to 1.6.0 (#2339)
---
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 9328f21b..85881a2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()
-set(BRPC_VERSION 1.5.0)
+set(BRPC_VERSION 1.6.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index bc80560f..dc1e644a 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.5.0
+1.6.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index 62388e45..b9f488ca 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
#
Name: brpc
-Version: 1.5.0
+Version: 1.6.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]