Skip to content

Commit

Permalink
Bump the STACK_VERSION to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwludzik committed Dec 20, 2024
1 parent a23fd86 commit 93fb54b
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 @@ -10,7 +10,7 @@ if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24")
cmake_policy(SET CMP0135 NEW)
endif()

set(STACK_VERSION 1.10.0 CACHE STRING "Main project version")
set(STACK_VERSION 1.10.1 CACHE STRING "Main project version")
project(npu-linux-driver VERSION ${STACK_VERSION})

set(BUILD_NUMBER "dev-0" CACHE STRING "Build number composed of name and unique number used as driver version")
Expand Down

0 comments on commit 93fb54b

Please sign in to comment.