From ae375b8f246a307214afbac2c38e2b49742bc6b7 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 4 Jul 2014 11:46:53 +0200 Subject: [PATCH] Bump version to 0.8.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a1150a..8b432b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project (ktp-accounts-kcm) -set(KTP_ACCOUNTS_KCM_VERSION "0.8.1") +set(KTP_ACCOUNTS_KCM_VERSION "0.8.2") # Add the modules we ship to the module path SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH}) -- GitLab