version 3.18.0

PIMathMatrixT:: toType(), submatrix() and setSubmatrix()
This commit is contained in:
2024-04-26 15:37:06 +03:00
parent a745f803b3
commit 247759b364
2 changed files with 57 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(PIP)
set(PIP_MAJOR 3)
set(PIP_MINOR 17)
set(PIP_REVISION 1)
set(PIP_MINOR 18)
set(PIP_REVISION 0)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)