diff options
| author | Albert Astals Cid <[email protected]> | 2020-11-08 18:33:53 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2020-11-08 18:33:53 +0100 |
| commit | dd9e25cde577178b11301809607bc5e79d2eb0a9 (patch) | |
| tree | a43189f32779fa440a70c6bfe5fa5814273b2543 /CMakeLists.txt | |
| parent | 801fb7e0fd8e16afc8aed164a57a5fa563ccf5a4 (diff) | |
GIT_SILENT Upgrade release service version to 21.03.70.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 49842bd4c..079575866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required(VERSION 3.0) # KDE Application Version, managed by release script -set (RELEASE_SERVICE_VERSION_MAJOR "20") -set (RELEASE_SERVICE_VERSION_MINOR "11") +set (RELEASE_SERVICE_VERSION_MAJOR "21") +set (RELEASE_SERVICE_VERSION_MINOR "03") set (RELEASE_SERVICE_VERSION_MICRO "70") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) |
