From 623ebc288ee21c39ef494fb0b9db96f6e74dd26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 8 Aug 2018 11:16:38 +0200 Subject: [PATCH] Cable 0.2.8 --- cmake/cable/bootstrap.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cable/bootstrap.cmake b/cmake/cable/bootstrap.cmake index 6258dbd..9efcf03 100644 --- a/cmake/cable/bootstrap.cmake +++ b/cmake/cable/bootstrap.cmake @@ -10,7 +10,7 @@ # # This is internal variable automaticaly updated with external tools. # Use CABLE_VERSION variable if you need this information. -set(version 0.2.7) +set(version 0.2.8) # For conveniance, add the project CMake module dir to module path. set(module_dir ${CMAKE_CURRENT_SOURCE_DIR}/cmake)