Skip to content

Commit

Permalink
Bump version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Jun 22, 2020
1 parent ab30ba4 commit 4051af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
include(GNUInstallDirs)


project(tsl-ordered-map VERSION 0.8.1)
project(tsl-ordered-map VERSION 1.0.0)

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

0 comments on commit 4051af7

Please sign in to comment.