Skip to content

Commit 7daed0b

Browse files
committed
Release 1.9.0
1 parent d7eca39 commit 7daed0b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(POLICY CMP0042)
3636
cmake_policy(SET CMP0042 NEW)
3737
endif()
3838

39-
set(BRPC_VERSION 1.8.0)
39+
set(BRPC_VERSION 1.9.0)
4040

4141
SET(CPACK_GENERATOR "DEB")
4242
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

package/rpm/brpc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
Name: brpc
21-
Version: 1.8.0
21+
Version: 1.9.0
2222
Release: 1%{?dist}
2323
Summary: Industrial-grade RPC framework using C++ Language.
2424

0 commit comments

Comments
 (0)