Compare commits

...

3 Commits

Author SHA1 Message Date
Christoph Feck 57f9956033 GIT_SILENT Update Appstream for new release 2020-12-02 23:48:54 +01:00
Christoph Feck a2a13cfa8e GIT_SILENT Upgrade release service version to 20.12.0. 2020-12-02 22:55:53 +01:00
Christoph Feck 79bac16de2 GIT_SILENT Upgrade release service version to 20.11.90. 2020-11-25 03:00:11 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "20")
set (RELEASE_SERVICE_VERSION_MINOR "11")
set (RELEASE_SERVICE_VERSION_MICRO "80")
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(partitionmanager VERSION ${RELEASE_SERVICE_VERSION})

View File

@ -255,4 +255,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<provides>
<binary>partitionmanager</binary>
</provides>
<releases>
<release version="20.12.0" date="2020-12-10"/>
</releases>
</component>