From 8ab5bf954e3b65f6ec0933e372777aac10b81900 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Mon, 22 Nov 2021 20:00:43 +0200 Subject: [PATCH] Release v2.13.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eaf0cf379..22c94aae2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ if(WIN32) endif() # Create depthai project -project(depthai VERSION "2.12.1" LANGUAGES CXX C) +project(depthai VERSION "2.13.0" LANGUAGES CXX C) get_directory_property(has_parent PARENT_DIRECTORY) if(has_parent) set(DEPTHAI_VERSION ${PROJECT_VERSION} PARENT_SCOPE)