Skip to content

Commit 3f7ee9a

Browse files
committed
Bump version to 1.2.0
1 parent 7d31465 commit 3f7ee9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
include(GNUInstallDirs)
33

44

5-
project(tsl-ordered-map VERSION 1.1.0)
5+
project(tsl-ordered-map VERSION 1.2.0)
66

77
add_library(ordered_map INTERFACE)
88
# Use tsl::ordered_map as target, more consistent with other libraries conventions (Boost, Qt, ...)

0 commit comments

Comments
 (0)