diff options
| author | Albert Astals Cid <[email protected]> | 2021-12-02 22:05:04 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2021-12-02 22:05:04 +0100 |
| commit | 1f254e12b44cc438adc3c042dcf0e6498462d0d2 (patch) | |
| tree | c9063cb03d50447f1d1d35ae47fbd5a7138721dd | |
| parent | 4b530c91c1042f87eb651d6c9c7c8b174508a134 (diff) | |
GIT_SILENT Upgrade release service version to 21.12.0.
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index abffbab33..330e9b555 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.16) # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") -set (RELEASE_SERVICE_VERSION_MINOR "11") -set (RELEASE_SERVICE_VERSION_MICRO "90") +set (RELEASE_SERVICE_VERSION_MINOR "12") +set (RELEASE_SERVICE_VERSION_MICRO "0") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) |
