From 9710c72765b81aadc3b72802e0f637d02b250e62 Mon Sep 17 00:00:00 2001 From: SzabolcsGergely Date: Wed, 5 Jan 2022 23:36:53 -0800 Subject: [PATCH] Release v2.14.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b741bcfcd..a3c01dc9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ if(WIN32) endif() # Create depthai project -project(depthai VERSION "2.13.3" LANGUAGES CXX C) +project(depthai VERSION "2.14.0" LANGUAGES CXX C) get_directory_property(has_parent PARENT_DIRECTORY) if(has_parent) set(DEPTHAI_VERSION ${PROJECT_VERSION} PARENT_SCOPE)