From 44b5922d25e79159bee3d12ee4fd1449f128a54d Mon Sep 17 00:00:00 2001 From: HU Date: Tue, 11 Oct 2022 21:06:39 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 713a090ef9..9edc0a681c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) endif() -set(BRPC_VERSION 1.2.0) +set(BRPC_VERSION 1.3.0) SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "brpc authors")