From 29030f55ca518bb1be5113ab0a8e134772024a9d Mon Sep 17 00:00:00 2001 From: Tessil Date: Mon, 22 Jun 2020 06:06:50 +0100 Subject: [PATCH] Bump version to 2.3.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 066c7c5..bfe312a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) include(GNUInstallDirs) -project(tsl-hopscotch-map VERSION 2.2.1) +project(tsl-hopscotch-map VERSION 2.3.0) add_library(hopscotch_map INTERFACE) # Use tsl::hopscotch_map as target, more consistent with other libraries conventions (Boost, Qt, ...)