diff options
| author | Albert Astals Cid <[email protected]> | 2021-07-10 18:40:59 +0200 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2021-07-10 18:40:59 +0200 |
| commit | 7e0d3e04ce96ce59caeac8cd5aa970530b55c0ab (patch) | |
| tree | 28d608f55e34f68b2f6d83371a7a08d9eb8bbaf2 | |
| parent | 997977c67a13dd0766f80a9f54631057538a6997 (diff) | |
GIT_SILENT Upgrade release service version to 21.07.80.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2667c26dc..9679e4a6f 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 "21") set (RELEASE_SERVICE_VERSION_MINOR "07") -set (RELEASE_SERVICE_VERSION_MICRO "70") +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}) |
