Skip to content

Commit 1701d8e

Browse files
committed
make a correct version of the CMakeLists.txt
1 parent 1ef4f47 commit 1701d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020

2121
# Pybindings project
2222
set(TARGET_NAME depthai)
23-
project(${TARGET_NAME} VERSION "0.2.0.0") # revision of bindings [depthai-core].[rev]
23+
project(${TARGET_NAME} VERSION "0") # revision of bindings [depthai-core].[rev]
2424

2525
# Add depthai-cpp dependency
2626
add_subdirectory(depthai-core EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)