Skip to content

Commit

Permalink
[CMake] Bump project version 0.2.0 -> 0.5.0 (#537)
Browse files Browse the repository at this point in the history
* CMake version had not been updated in previous releases
* Updates to current release version (0.5)
  • Loading branch information
hjabird committed Aug 9, 2024
1 parent 09b4123 commit 07c0b46
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 @@ -185,7 +185,7 @@ else()
endif()
endif()

project(oneMKL VERSION 0.2.0 LANGUAGES CXX)
project(oneMKL VERSION 0.5.0 LANGUAGES CXX)

# Override default CXX compile/link lines for Windows after project
if(WIN32 AND ONEMKL_SYCL_IMPLEMENTATION STREQUAL "dpc++")
Expand Down

0 comments on commit 07c0b46

Please sign in to comment.