version 3.10.0

PIDir::CurrentDirOverrider and PIDir::absolute
This commit is contained in:
2023-04-05 11:56:58 +03:00
parent 4af5886649
commit 6d3b7c8543
3 changed files with 72 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 9)
set(PIP_REVISION 1)
set(PIP_MINOR 10)
set(PIP_REVISION 0)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)