更新版本信息

This commit is contained in:
iaom 2024-06-19 10:41:56 +08:00
parent c8073ec10a
commit 8d8bf44ded
2 changed files with 4 additions and 2 deletions

View File

@ -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.0ms
set(UKUI_NOTIFICATION_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO})
find_package(KF5WindowSystem)

View File

@ -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.0ms
set(NOTIFICATION_SERVER_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO})
configure_file (notification-server-config.h.in notification-server-config.h @ONLY)