Merge branch 'master' of https://git.shs.tools/SHS/pip into doxygen-ru

# Conflicts:
#	libs/main/core/pivariant.cpp
#	libs/main/math/pigeometry.h
#	libs/main/math/pimathbase.h
This commit is contained in:
Andrey
2022-03-25 12:12:15 +03:00
10 changed files with 769 additions and 133 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(pip)
set(pip_MAJOR 2)
set(pip_MINOR 33)
set(pip_MINOR 34)
set(pip_REVISION 1)
set(pip_SUFFIX )
set(pip_COMPANY SHS)