version 4.3.1

PICodeParser now works with multi-line macros
This commit is contained in:
2024-10-23 19:11:46 +03:00
parent 7cd2f7a310
commit 9f1d23ad8e
2 changed files with 9 additions and 3 deletions

View File

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