From 423c9bf6051d149f7ce7f15873ade1d0d58d6d13 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Wed, 20 Jun 2018 08:07:22 +0200 Subject: [PATCH] Bump version to 0.6.5 Signed-off-by: Christophe Vu-Brugier --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b72e62..cee0794 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # project(target-isns "C") -set(TARGET_ISNS_VERSION "0.6.4") +set(TARGET_ISNS_VERSION "0.6.5") cmake_minimum_required(VERSION 2.8) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")