diff options
| author | Christoph Feck <[email protected]> | 2020-10-03 12:47:40 +0200 |
|---|---|---|
| committer | Christoph Feck <[email protected]> | 2020-10-03 12:47:40 +0200 |
| commit | 8e6223385f3a511fce80bdaee6c3ae4d2e128a16 (patch) | |
| tree | bfc881865e842e93eef45d69458cc1d13713a67f | |
| parent | e779e6af1a9c1138ecaeddf4dbacfd61bdb81da8 (diff) | |
GIT_SILENT Upgrade release service version to 20.08.2.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a671ec813..4f7aa51e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "20") set (RELEASE_SERVICE_VERSION_MINOR "08") -set (RELEASE_SERVICE_VERSION_MICRO "1") +set (RELEASE_SERVICE_VERSION_MICRO "2") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(Dolphin VERSION ${RELEASE_SERVICE_VERSION}) |
