version 2.8.0

new PIObject::deleteLater method
decompose piobject.h to 2 files
This commit is contained in:
2020-09-18 14:59:24 +03:00
parent 5f7c58c28e
commit 51c7355af4
5 changed files with 701 additions and 446 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 2)
set(pip_MINOR 7)
set(pip_REVISION 1)
set(pip_MINOR 8)
set(pip_REVISION 0)
set(pip_SUFFIX )
set(pip_COMPANY SHS)
set(pip_DOMAIN org.SHS)