From: Albert Astals Cid Date: Sat, 10 Jul 2021 16:40:59 +0000 (+0200) Subject: GIT_SILENT Upgrade release service version to 21.07.80. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/7e0d3e04ce96ce59caeac8cd5aa970530b55c0ab?ds=sidebyside GIT_SILENT Upgrade release service version to 21.07.80. --- 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})