Skip to content

Commit

Permalink
Bump the alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Jan 26, 2025
1 parent f7a0924 commit 19be0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ endif()
# Create depthai project
project(depthai VERSION "3.0.0" LANGUAGES CXX C)
set(DEPTHAI_PRE_RELEASE_TYPE "alpha") # Valid options are "alpha", "beta", "rc", ""
set(DEPTHAI_PRE_RELEASE_VERSION "11")
set(DEPTHAI_PRE_RELEASE_VERSION "12")

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

0 comments on commit 19be0f8

Please sign in to comment.