version, debug printf

This commit is contained in:
2022-04-13 12:31:11 +03:00
parent e4e16764f3
commit 4f2218619c
5 changed files with 13 additions and 12 deletions

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(pip)
set(pip_MAJOR 2)
set(pip_MINOR 34)
set(pip_REVISION 1)
set(pip_MINOR 35)
set(pip_REVISION 0)
set(pip_SUFFIX )
set(pip_COMPANY SHS)
set(pip_DOMAIN org.SHS)