Skip to content

Commit cf7f4be

Browse files
author
Matevz Morato
committed
Bump version to v3.0.0.rc4
1 parent 8d80c94 commit cf7f4be

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
@@ -67,7 +67,7 @@ endif()
6767
# Create depthai project
6868
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
6969
set(DEPTHAI_PRE_RELEASE_TYPE "rc") # Valid options are "alpha", "beta", "rc", ""
70-
set(DEPTHAI_PRE_RELEASE_VERSION "3")
70+
set(DEPTHAI_PRE_RELEASE_VERSION "4")
7171

7272
# Set DEPTHAI_VERSION universally, not conditionally
7373
set(DEPTHAI_VERSION ${PROJECT_VERSION}-${DEPTHAI_PRE_RELEASE_TYPE}.${DEPTHAI_PRE_RELEASE_VERSION})

0 commit comments

Comments
 (0)