From 3285ed7615b72020bd68ba6d30f9ec0c0c526098 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 17 Feb 2019 20:23:51 +0100 Subject: [PATCH] Set version to 0.6.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd6b38a..74811e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) include(GNUInstallDirs) -project(tsl-robin-map VERSION 0.6.0) +project(tsl-robin-map VERSION 0.6.1) add_library(robin_map INTERFACE) # Use tsl::robin_map as target, more consistent with other libraries conventions (Boost, Qt, ...)