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 3419a3d5 Bump to version 1.10.0 (#2700)
3419a3d5 is described below
commit 3419a3d5c4015162be083c63e8128cd976e36fb5
Author: Xiaofeng Wang <[email protected]>
AuthorDate: Thu Jul 18 13:48:04 2024 +0800
Bump to version 1.10.0 (#2700)
---
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 b14fe178..e8c6909c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()
-set(BRPC_VERSION 1.9.0)
+set(BRPC_VERSION 1.10.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index f8e233b2..81c871de 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.9.0
+1.10.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index 22b3df7e..6783c040 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
#
Name: brpc
-Version: 1.9.0
+Version: 1.10.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]