version 1.19.0_alpha

general bug fixes and optimization
Merge branch 'master' of https://git.shs.tools/SHS/pip
This commit is contained in:
2020-06-09 18:04:33 +03:00
3 changed files with 2 additions and 10 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 1)
set(_PIP_MINOR 18)
set(_PIP_MINOR 19)
set(_PIP_REVISION 0)
set(_PIP_SUFFIX alpha)
set(_PIP_COMPANY SHS)