Skip to content

Commit

Permalink
Merge pull request #2 from LIHPC-Computational-Geometry/CMP0094
Browse files Browse the repository at this point in the history
Version 6.2.2. Retouching cmake (version 3.15, CMP0094) for choice of…
  • Loading branch information
CharlesPignerol authored Dec 13, 2023
2 parents 19b90e5 + 55f64d5 commit 3ac27b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.14)
cmake_minimum_required (VERSION 3.15) # CMP0094

project (PythonUtil CXX)

Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

set (PYTHON_UTIL_MAJOR_VERSION "6")
set (PYTHON_UTIL_MINOR_VERSION "2")
set (PYTHON_UTIL_RELEASE_VERSION "1")
set (PYTHON_UTIL_RELEASE_VERSION "2")
set (PYTHON_UTIL_VERSION ${PYTHON_UTIL_MAJOR_VERSION}.${PYTHON_UTIL_MINOR_VERSION}.${PYTHON_UTIL_RELEASE_VERSION})

6 changes: 6 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 6.2.2 : 13/12/23
===============

cmake_minimum_required (VERSION 3.15) # CMP0094 (python s�lectionn�)


Version 6.2.0 : 21/06/23
===============

Expand Down

0 comments on commit 3ac27b1

Please sign in to comment.