From eba0b81b89c42232e8a937389be303a33f34a527 Mon Sep 17 00:00:00 2001 From: Tessil Date: Sun, 15 Jan 2023 15:02:33 +0000 Subject: [PATCH] Upgrade version to v1.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 947ac9a..d5d549a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) include(GNUInstallDirs) -project(tsl-ordered-map VERSION 1.0.0) +project(tsl-ordered-map VERSION 1.1.0) add_library(ordered_map INTERFACE) # Use tsl::ordered_map as target, more consistent with other libraries conventions (Boost, Qt, ...)