From cf0c817fdba74254b29f2bd32e80a2317c972800 Mon Sep 17 00:00:00 2001 From: Chris Rizzitello Date: Sat, 20 Jan 2018 19:38:48 -0500 Subject: [PATCH] Fix Version for Release 1.0.0 Signed-off-by: Chris Rizzitello --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1ab754..bdc736d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ option(BUILD_DOCS "Build and Install Documents (Requires Doxygen)") set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra modules and scripts for CMake" URL "git://anongit.kde.org/extra-cmake-modules") -set(PROJECT_VERSION "1.0.0)") +set(PROJECT_VERSION "1.0.0") set(KF5_DEP_VERSION "5.24.0") # handled by release scripts set(REQUIRED_QT_VERSION 5.4.0)