diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-08-14 21:44:26 +0200 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-08-14 21:44:26 +0200 |
commit | 439faef0fb0f78a147efaa0528785225168b4085 (patch) | |
tree | 04733d59c2e9a2567a9dcec12bde21a603c82e91 /CMakeLists.txt | |
parent | 4b36913d433790b4e8e4262cf481d3db8002ceb5 (diff) | |
download | extra-cmake-modules-439faef0fb0f78a147efaa0528785225168b4085.tar.gz extra-cmake-modules-439faef0fb0f78a147efaa0528785225168b4085.tar.bz2 |
-increase version number to 0.0.5 (to make it possible to require 0.0.5 in kdelibs for the new file ECMWriteVersionHeader.cmake)
Alex
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 90a07a4e..5d591378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(extra-cmake-modules) set(ECM_MAJOR_VERSION 0) set(ECM_MINOR_VERSION 0) -set(ECM_PATCH_VERSION 4) +set(ECM_PATCH_VERSION 5) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) |