PIBinaryLog thread-safe and RealTime mode patching, now pause and seek available

This commit is contained in:
2021-03-17 22:51:44 +03:00
parent 7bbbd09f42
commit 6e4b808a66
3 changed files with 32 additions and 16 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 17)
set(pip_MINOR 18)
set(pip_REVISION 0)
set(pip_SUFFIX )
set(pip_COMPANY SHS)