diff options
| author | Albert Astals Cid <[email protected]> | 2023-11-25 00:27:30 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2023-11-25 00:27:30 +0100 |
| commit | 4b209a6080a8f015288fb5000c79f93c1c3eb8e5 (patch) | |
| tree | ea8b345bf2db156c7912658cbd231250c4055c70 | |
| parent | 139c729b4ab5d0611469f1725468276adcf21f78 (diff) | |
GIT_SILENT Upgrade release service version to 24.01.80.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 51781cd3a..b47591da4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "24") set (RELEASE_SERVICE_VERSION_MINOR "01") -set (RELEASE_SERVICE_VERSION_MICRO "75") +set (RELEASE_SERVICE_VERSION_MICRO "80") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) |
