Skip to content

Commit

Permalink
Release 2.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed May 9, 2022
1 parent fc55bef commit 1503d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(WIN32)
endif()

# Create depthai project
project(depthai VERSION "2.15.3" LANGUAGES CXX C)
project(depthai VERSION "2.15.4" LANGUAGES CXX C)
get_directory_property(has_parent PARENT_DIRECTORY)
if(has_parent)
set(DEPTHAI_VERSION ${PROJECT_VERSION} PARENT_SCOPE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Depthai/DepthaiDeviceSideConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot")

# "full commit hash of device side binary"
set(DEPTHAI_DEVICE_SIDE_COMMIT "dffa19fde28322fe73ead9b9ccf0bb7e285e4b3d")
set(DEPTHAI_DEVICE_SIDE_COMMIT "db9c1703c929df0de6cc99b198d2d149f1735598")

# "version if applicable"
set(DEPTHAI_DEVICE_SIDE_VERSION "")

0 comments on commit 1503d54

Please sign in to comment.