From 908ccf9f039a0e50813544c0444ca664ca292d7c Mon Sep 17 00:00:00 2001 From: Thibaut G Date: Wed, 25 Sep 2019 22:20:01 +0200 Subject: [PATCH] Bump version to 0.6.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74811e5..f35b522 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.1) +project(tsl-robin-map VERSION 0.6.2) add_library(robin_map INTERFACE) # Use tsl::robin_map as target, more consistent with other libraries conventions (Boost, Qt, ...)