From 439faef0fb0f78a147efaa0528785225168b4085 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Tue, 14 Aug 2012 21:44:26 +0200 Subject: -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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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}) -- cgit v1.2.1