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, ...)