From 74875c5e91dcd6be34504fa5f02eb3c4978ce245 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 28 Mar 2014 18:40:42 +0100 Subject: beta1 preparation: ECM is now 0.0.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a6b862f..7ac655a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(extra-cmake-modules NONE) set(ECM_MAJOR_VERSION 0) set(ECM_MINOR_VERSION 0) -set(ECM_PATCH_VERSION 11) +set(ECM_PATCH_VERSION 12) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) -- cgit v1.2.1