diff options
author | David Faure <faure@kde.org> | 2014-07-01 20:08:51 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-07-01 20:08:51 +0200 |
commit | 9e999cecc0a0427b593ce18c9619934ad09e1e92 (patch) | |
tree | 054c6d9009570d55337b53c01df72a5ea0a16d3c | |
parent | 6295d0fed97a4f534a00a479611f0f2a0a9e4e19 (diff) | |
download | extra-cmake-modules-1.0.0-rc1.tar.gz extra-cmake-modules-1.0.0-rc1.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.txt | 4 |
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}) |