We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7eca39 commit 7daed0bCopy full SHA for 7daed0b
3 files changed
CMakeLists.txt
@@ -36,7 +36,7 @@ if(POLICY CMP0042)
36
cmake_policy(SET CMP0042 NEW)
37
endif()
38
39
-set(BRPC_VERSION 1.8.0)
+set(BRPC_VERSION 1.9.0)
40
41
SET(CPACK_GENERATOR "DEB")
42
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")
RELEASE_VERSION
@@ -1 +1 @@
1
-1.8.0
+1.9.0
package/rpm/brpc.spec
@@ -18,7 +18,7 @@
18
#
19
20
Name: brpc
21
-Version: 1.8.0
+Version: 1.9.0
22
Release: 1%{?dist}
23
Summary: Industrial-grade RPC framework using C++ Language.
24
0 commit comments