From 8d8bf44dedb4375219b41946bd574120d2e201b2 Mon Sep 17 00:00:00 2001 From: iaom Date: Wed, 19 Jun 2024 10:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libukui-notification/CMakeLists.txt | 3 ++- notification-server/CMakeLists.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libukui-notification/CMakeLists.txt b/libukui-notification/CMakeLists.txt index 097fa3a..390c4cc 100644 --- a/libukui-notification/CMakeLists.txt +++ b/libukui-notification/CMakeLists.txt @@ -1,6 +1,7 @@ set(VERSION_MAJOR 1) -set(VERSION_MINOR 0) +set(VERSION_MINOR 1) set(VERSION_MICRO 0) +#changelog v1.0.0->v1.1.0:超时时间统一为单位为ms set(UKUI_NOTIFICATION_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}) find_package(KF5WindowSystem) diff --git a/notification-server/CMakeLists.txt b/notification-server/CMakeLists.txt index ee40e8b..4df1967 100644 --- a/notification-server/CMakeLists.txt +++ b/notification-server/CMakeLists.txt @@ -1,6 +1,7 @@ set(VERSION_MAJOR 1) -set(VERSION_MINOR 0) +set(VERSION_MINOR 1) set(VERSION_MICRO 0) +#changelog v1.0.0->v1.1.0:超时时间统一为单位为ms set(NOTIFICATION_SERVER_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}) configure_file (notification-server-config.h.in notification-server-config.h @ONLY)