From 9a5715eaacde46f5715177db42a287b6ad957e0d Mon Sep 17 00:00:00 2001 From: Tessil Date: Mon, 22 Jun 2020 06:13:35 +0100 Subject: [PATCH] Bump version to 0.7.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3036686..adb1122 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.7.0) +project(tsl-array-hash VERSION 0.7.1) add_library(array_hash INTERFACE) # Use tsl::array_hash as target, more consistent with other libraries conventions (Boost, Qt, ...)