Skip to content

Commit 736ddb0

Browse files
committed
Release version to 1.4.0
1 parent 68b3a2c commit 736ddb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CPP/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(Clipper2 VERSION 1.3.0 LANGUAGES C CXX)
2+
project(Clipper2 VERSION 1.4.0 LANGUAGES C CXX)
33

44
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
55
if(NOT DEFINED CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 17)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef CLIPPER_VERSION_H
22
#define CLIPPER_VERSION_H
33

4-
constexpr auto CLIPPER2_VERSION = "1.3.0";
4+
constexpr auto CLIPPER2_VERSION = "1.4.0";
55

66
#endif // CLIPPER_VERSION_H

0 commit comments

Comments
 (0)