Skip to content

Commit e1111a6

Browse files
author
Matevz Morato
committed
Bump version to rc.2
1 parent 3bb74fd commit e1111a6

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
@@ -64,7 +64,7 @@ endif()
6464
# Create depthai project
6565
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
6666
set(DEPTHAI_PRE_RELEASE_TYPE "rc") # Valid options are "alpha", "beta", "rc", ""
67-
set(DEPTHAI_PRE_RELEASE_VERSION "1")
67+
set(DEPTHAI_PRE_RELEASE_VERSION "2")
6868

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

0 commit comments

Comments
 (0)