From 6901921c4be75126d1de60bfd24bd86a61319fd0 Mon Sep 17 00:00:00 2001 From: angusj Date: Mon, 27 Jan 2025 10:10:58 +1000 Subject: [PATCH] Version 1.5.2 --- CPP/CMakeLists.txt | 2 +- CPP/Clipper2Lib/include/clipper2/clipper.version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CPP/CMakeLists.txt b/CPP/CMakeLists.txt index 6fc97953..fe9e518b 100644 --- a/CPP/CMakeLists.txt +++ b/CPP/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Clipper2 VERSION 1.5.1 LANGUAGES C CXX) +project(Clipper2 VERSION 1.5.2 LANGUAGES C CXX) set(CMAKE_POSITION_INDEPENDENT_CODE ON) if(NOT DEFINED CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 17) diff --git a/CPP/Clipper2Lib/include/clipper2/clipper.version.h b/CPP/Clipper2Lib/include/clipper2/clipper.version.h index 130b4c97..661b0f1c 100644 --- a/CPP/Clipper2Lib/include/clipper2/clipper.version.h +++ b/CPP/Clipper2Lib/include/clipper2/clipper.version.h @@ -1,6 +1,6 @@ #ifndef CLIPPER_VERSION_H #define CLIPPER_VERSION_H -constexpr auto CLIPPER2_VERSION = "1.5.0"; +constexpr auto CLIPPER2_VERSION = "1.5.2"; #endif // CLIPPER_VERSION_H