version 4.7.2

PIThreadPoolLoop reworked, now threads starts on constructor and immediately run after start()
This commit is contained in:
2025-06-07 10:58:11 +03:00
parent edb077b400
commit e57719c118
3 changed files with 32 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ endif()
project(PIP)
set(PIP_MAJOR 4)
set(PIP_MINOR 7)
set(PIP_REVISION 1)
set(PIP_REVISION 2)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)