aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-07-01 20:08:51 +0200
committerDavid Faure <faure@kde.org>2014-07-01 20:08:51 +0200
commit9e999cecc0a0427b593ce18c9619934ad09e1e92 (patch)
tree054c6d9009570d55337b53c01df72a5ea0a16d3c
parent6295d0fed97a4f534a00a479611f0f2a0a9e4e19 (diff)
downloadextra-cmake-modules-9e999cecc0a0427b593ce18c9619934ad09e1e92.tar.gz
extra-cmake-modules-9e999cecc0a0427b593ce18c9619934ad09e1e92.tar.bz2
Alex Merry says: let's call it 1.0.0, to indicate that we guarantee SCv1.0.0-rc1v1.0.0v0.0.15-rc4
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f635716e..949178c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(extra-cmake-modules NONE)
-set(ECM_MAJOR_VERSION 0)
+set(ECM_MAJOR_VERSION 1)
set(ECM_MINOR_VERSION 0)
-set(ECM_PATCH_VERSION 15)
+set(ECM_PATCH_VERSION 0)
set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})