version 1.12.0_beta.

Very important fix in PIByteArray! Now containers stream operators for trivial types works correct
This commit is contained in:
2020-10-17 21:16:26 +03:00
parent 80c6809e42
commit d0ef71c933
3 changed files with 116 additions and 74 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 11)
set(pip_MINOR 12)
set(pip_REVISION 0)
set(pip_SUFFIX beta)
set(pip_COMPANY SHS)