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)