version 2.2.1

std::initializer_list supports for vector and dequeue
This commit is contained in:
2020-08-14 18:00:28 +03:00
parent e76a07a3f3
commit 31f0d88157
6 changed files with 21 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(pip)
set(_PIP_MAJOR 2)
set(_PIP_MINOR 2)
set(_PIP_REVISION 0)
set(_PIP_REVISION 1)
set(_PIP_SUFFIX _alpha)
set(_PIP_COMPANY SHS)
set(_PIP_DOMAIN org.SHS)