This is an automated email from the ASF dual-hosted git repository.
lorinlee pushed a commit to branch release-1.7
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/release-1.7 by this push:
new 77368e05 Update version to 1.7.0
77368e05 is described below
commit 77368e05fc6363b4687c63b0be3725649e527245
Author: lei.li <[email protected]>
AuthorDate: Sun Oct 22 19:02:34 2023 +0800
Update version to 1.7.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 a01a0bf6..71838043 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.7.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index dc1e644a..bd8bf882 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.6.0
+1.7.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index b9f488ca..4c6e64ea 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
#
Name: brpc
-Version: 1.6.0
+Version: 1.7.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]