Skip to content

Commit

Permalink
GIT_SILENT Upgrade KDE Applications version to 19.08.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfeck committed Oct 6, 2019
1 parent 1190e7a commit 7247780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
# KDE Application Version, managed by release script
set(KDE_APPLICATIONS_VERSION_MAJOR "19")
set(KDE_APPLICATIONS_VERSION_MINOR "08")
set(KDE_APPLICATIONS_VERSION_MICRO "1")
set(KDE_APPLICATIONS_VERSION_MICRO "2")
set(KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")

project(kanagram VERSION ${KDE_APPLICATIONS_VERSION})
Expand Down

0 comments on commit 7247780

Please sign in to comment.