version 4.3.2

fix PIKbdListener wheel on Windows
This commit is contained in:
2024-11-02 14:15:09 +03:00
parent 9f1d23ad8e
commit df75efe881
4 changed files with 5 additions and 6 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 1)
set(PIP_REVISION 2)
set(PIP_SUFFIX )
set(PIP_COMPANY SHS)
set(PIP_DOMAIN org.SHS)