commit | 742b637af79c799cfc2ed0e6866ab7132c5121ba | [log] [tgz] |
---|---|---|
author | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | Mon Apr 05 14:32:43 2021 +0300 |
committer | Vlad Zahorodnii <vlad.zahorodnii@kde.org> | Mon Apr 05 14:34:43 2021 +0300 |
tree | bf6da3b971d3e5055772d364d863148b3489db50 | |
parent | e4bc4e0d60484507d2808a8d271b7e0b3675f098 [diff] |
Bump version to 1.2.1 The v1.2.0 release is borked. It has wrong project version in CMakeLists.txt, 1.1.0 instead of 1.2.0.
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0228c32..2097dbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(PlasmaWaylandProtocols VERSION 1.2.0) +project(PlasmaWaylandProtocols VERSION 1.2.1) include(FeatureSummary) include(CMakePackageConfigHelpers)