From b3f274a28fcbf5431c194195af099ff76b3b36b5 Mon Sep 17 00:00:00 2001 From: Tessil Date: Sat, 26 Jan 2019 14:09:34 +0100 Subject: [PATCH] Set version to 0.7.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0430d7..3036686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) include(GNUInstallDirs) -project(tsl-array-hash VERSION 0.6.0) +project(tsl-array-hash VERSION 0.7.0) add_library(array_hash INTERFACE) # Use tsl::array_hash as target, more consistent with other libraries conventions (Boost, Qt, ...)