pip_cmg now ignore streaming for members with PIMETA(id=-)

This commit is contained in:
2021-06-26 19:21:34 +03:00
parent a8d55abac1
commit e33aee3ddb
2 changed files with 4 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 26)
set(pip_REVISION 0)
set(pip_REVISION 1)
set(pip_SUFFIX )
set(pip_COMPANY SHS)
set(pip_DOMAIN org.SHS)