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/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new fe48cd3b release brpc 1.2.0 (#1864)
fe48cd3b is described below
commit fe48cd3b1bedb34531380245a15042c77c6210d7
Author: serverglen <[email protected]>
AuthorDate: Fri Jul 29 17:19:10 2022 +0800
release brpc 1.2.0 (#1864)
* Update RELEASE_VERSION
* Update CMakeLists.txt
---
CMakeLists.txt | 2 +-
RELEASE_VERSION | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c38f4ac7..5f46dc0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif()
-set(BRPC_VERSION 1.1.0)
+set(BRPC_VERSION 1.2.0)
SET(CPACK_GENERATOR "DEB")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
diff --git a/RELEASE_VERSION b/RELEASE_VERSION
index 9084fa2f..26aaba0e 100644
--- a/RELEASE_VERSION
+++ b/RELEASE_VERSION
@@ -1 +1 @@
-1.1.0
+1.2.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]