From 8eff5d24c978248f6f4dc1acd0132e5c6b127dbb Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 2 Apr 2021 12:23:51 +0300 Subject: [PATCH] version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3319a99..54396e2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) cmake_policy(SET CMP0017 NEW) # need include() with .cmake project(pip) set(pip_MAJOR 2) -set(pip_MINOR 19) +set(pip_MINOR 20) set(pip_REVISION 0) set(pip_SUFFIX ) set(pip_COMPANY SHS)