Skip to content

Commit a7e4a16

Browse files
author
Matevz Morato
committed
Bump alpha release to 7
1 parent 3aa9f30 commit a7e4a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ endif()
113113
# Create depthai project
114114
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
115115
set(DEPTHAI_PRE_RELEASE_TYPE "alpha") # Valid options are "alpha", "beta", "rc", ""
116-
set(DEPTHAI_PRE_RELEASE_VERSION "6")
116+
set(DEPTHAI_PRE_RELEASE_VERSION "7")
117117

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

0 commit comments

Comments
 (0)