Skip to content

Commit 39f2a7d

Browse files
author
Matevz Morato
committed
Bump version to beta.1
1 parent fe8588d commit 39f2a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ endif()
6161

6262
# Create depthai project
6363
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
64-
set(DEPTHAI_PRE_RELEASE_TYPE "alpha") # Valid options are "alpha", "beta", "rc", ""
65-
set(DEPTHAI_PRE_RELEASE_VERSION "15")
64+
set(DEPTHAI_PRE_RELEASE_TYPE "beta") # Valid options are "alpha", "beta", "rc", ""
65+
set(DEPTHAI_PRE_RELEASE_VERSION "1")
6666

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

0 commit comments

Comments
 (0)