From 94fc54159b48d8868bc3f0b19e505e5ec31f3ab5 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 19 Oct 2020 15:20:48 +0300 Subject: [PATCH] version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c4173c9..a9237f2a 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 12) +set(pip_MINOR 13) set(pip_REVISION 0) set(pip_SUFFIX beta) set(pip_COMPANY SHS)