You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by xi...@apache.org on 2023/02/08 15:08:30 UTC

[brpc] branch master updated: Bump to version 1.4.0 (#2111)

This is an automated email from the ASF dual-hosted git repository.

xiaofeng 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 84ac073a Bump to version 1.4.0 (#2111)
84ac073a is described below

commit 84ac073a6c2c6b15d6d754686255c26acc917bfd
Author: Xiaofeng Wang <wa...@gmail.com>
AuthorDate: Wed Feb 8 23:08:18 2023 +0800

    Bump to version 1.4.0 (#2111)
---
 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 59a29e67..35365b27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ if(POLICY CMP0042)
     cmake_policy(SET CMP0042 NEW)
 endif()
 
-set(BRPC_VERSION 1.3.0)
+set(BRPC_VERSION 1.4.0)
 
 SET(CPACK_GENERATOR "DEB")
 SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index f0bb29e7..88c5fb89 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.3.0
+1.4.0
diff --git a/package/rpm/brpc.spec b/package/rpm/brpc.spec
index b99a1eb4..f624d95b 100644
--- a/package/rpm/brpc.spec
+++ b/package/rpm/brpc.spec
@@ -18,7 +18,7 @@
 #
 
 Name:		brpc
-Version:	1.3.0
+Version:	1.4.0
 Release:	1%{?dist}
 Summary:	Industrial-grade RPC framework using C++ Language.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org