pip_vtt support special characters

This commit is contained in:
2024-02-29 13:03:38 +03:00
parent 9f09af9f27
commit 154fb7d9fd
2 changed files with 33 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(PIP)
set(PIP_MAJOR 3)
set(PIP_MINOR 15)
set(PIP_REVISION 2)
set(PIP_REVISION 3)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)