Skip to content

Commit

Permalink
Bump alpha version to .5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Oct 27, 2024
1 parent 09a60b7 commit cd91d4d
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 @@ -65,7 +65,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 "4")
set(DEPTHAI_PRE_RELEASE_VERSION "5")

# 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 cd91d4d

Please sign in to comment.