Skip to content

Commit 319223e

Browse files
author
Matevz Morato
committed
bump version to alpha.15
1 parent a62f11e commit 319223e

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
@@ -167,7 +167,7 @@ endif()
167167
# Create depthai project
168168
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
169169
set(DEPTHAI_PRE_RELEASE_TYPE "alpha") # Valid options are "alpha", "beta", "rc", ""
170-
set(DEPTHAI_PRE_RELEASE_VERSION "14")
170+
set(DEPTHAI_PRE_RELEASE_VERSION "15")
171171

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

0 commit comments

Comments
 (0)