Skip to content

Commit

Permalink
Clipper2 ver 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Jan 24, 2025
1 parent d10ad59 commit ef6dbfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CPP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Clipper2 VERSION 1.4.0 LANGUAGES C CXX)
project(Clipper2 VERSION 1.5.0 LANGUAGES C CXX)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
if(NOT DEFINED CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 17)
Expand Down
2 changes: 1 addition & 1 deletion CPP/Clipper2Lib/include/clipper2/clipper.engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ namespace Clipper2Lib {
};

#ifdef USINGZ
typedef std::function<void(const Point64& e1bot, const Point64& e1top,
typedef std::function<void(const Point64& e1bot, const Point64& e1top,
const Point64& e2bot, const Point64& e2top, Point64& pt)> ZCallback64;

typedef std::function<void(const PointD& e1bot, const PointD& e1top,
Expand Down
2 changes: 1 addition & 1 deletion CPP/Clipper2Lib/include/clipper2/clipper.version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef CLIPPER_VERSION_H
#define CLIPPER_VERSION_H

constexpr auto CLIPPER2_VERSION = "1.4.0";
constexpr auto CLIPPER2_VERSION = "1.5.0";

#endif // CLIPPER_VERSION_H

0 comments on commit ef6dbfd

Please sign in to comment.