version 2.19

PIEvaluator setVariable by index bug fix
This commit is contained in:
2021-04-01 19:14:54 +03:00
parent 6e4b808a66
commit 58bdcd65a3
3 changed files with 127 additions and 44 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 18)
set(pip_MINOR 19)
set(pip_REVISION 0)
set(pip_SUFFIX )
set(pip_COMPANY SHS)