We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f30dc2 commit eba0b81Copy full SHA for eba0b81
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
2
include(GNUInstallDirs)
3
4
5
-project(tsl-ordered-map VERSION 1.0.0)
+project(tsl-ordered-map VERSION 1.1.0)
6
7
add_library(ordered_map INTERFACE)
8
# Use tsl::ordered_map as target, more consistent with other libraries conventions (Boost, Qt, ...)
0 commit comments