From c8a57b8a74745bdb433e3705fe32c70d5ab25622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Thu, 18 May 2023 10:22:51 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20=E8=BD=AF=E4=BB=B6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0=E4=B8=BA1.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6c35e8..3ba6c97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ IF (BUILD_TESTING) ENDIF () INCLUDE(system_libs) -SET(VCPE_VERSION "1.2.0") +SET(VCPE_VERSION "1.4.0") PROJECT(vCPE VERSION "${VCPE_VERSION}") SET(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig")