From 03679bd4c3fd30b5fd4dbdcd546c1fc24e4c9164 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 15 Sep 2020 12:44:11 +0300 Subject: [PATCH] version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8abc8943..8de0d58a 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 6) +set(pip_MINOR 7) set(pip_REVISION 0) set(pip_SUFFIX _beta) set(pip_COMPANY SHS)