We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dc016 commit 3c14151Copy full SHA for 3c14151
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
2
include(GNUInstallDirs)
3
4
5
-project(tsl-ordered-map VERSION 0.8.0)
+project(tsl-ordered-map VERSION 0.8.1)
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