diff --git a/CMakeLists.txt b/CMakeLists.txt index ea77872a..e3fecf9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake project(pip) set(pip_MAJOR 2) set(pip_MINOR 28) -set(pip_REVISION 1) +set(pip_REVISION 2) set(pip_SUFFIX ) set(pip_COMPANY SHS) set(pip_DOMAIN org.SHS)