From 3050179f2afa55f6f2f5fa289ff7d603dab5c7e2 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Fri, 25 Mar 2022 14:21:42 +0000 Subject: [PATCH] Bump version to 1.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aaab4b..4f52758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) -project(tsl-robin-map VERSION 0.6.3 LANGUAGES CXX) +project(tsl-robin-map VERSION 1.0.0 LANGUAGES CXX) include(GNUInstallDirs)