Skip to content

Commit

Permalink
Bump stack version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwludzik committed Jul 8, 2024
1 parent 4817b21 commit 0a8ee18
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 @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

set(STACK_VERSION 1.5.0 CACHE STRING "Main project version")
set(STACK_VERSION 1.5.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 0a8ee18

Please sign in to comment.