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 | |
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
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | modules/ECMQtFramework.cmake | 7 |
2 files changed, 1 insertions, 8 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}) diff --git a/modules/ECMQtFramework.cmake b/modules/ECMQtFramework.cmake index 558eb41e..66f1b3ff 100644 --- a/modules/ECMQtFramework.cmake +++ b/modules/ECMQtFramework.cmake @@ -127,10 +127,3 @@ install(FILES #FILE ${PROJECT_NAME}Targets.cmake #COMPONENT Devel #) - -string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER) - -configure_file( - "${CMAKE_CURRENT_LIST_DIR}/ECMVersionHeader.h.in" - "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_version.h" -) |