From e9f6716aa89a1cb4be3b813a0af4589837bfdc54 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Sun, 29 Sep 2024 20:42:36 +0200 Subject: [PATCH] Bump version to 2.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ddc100..be50c29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt cmake_minimum_required(VERSION 3.8) -project(turtle VERSION 1.3.2 LANGUAGES CXX) +project(turtle VERSION 2.0.0 LANGUAGES CXX) if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) set(IS_ROOT_PROJECT ON)