Skip to content

Commit

Permalink
build: bumped version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Jan 19, 2022
1 parent f9ffcc5 commit 16548c9
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 @@ -91,7 +91,7 @@ endif()
set(LIB_NAME dnnl_graph)
set(PROJECT_NAME "oneDNN Graph")
set(PROJECT_FULL_NAME "oneAPI Deep Neural Network Library Graph API (oneDNN Graph)")
set(PROJECT_VERSION 0.4.0)
set(PROJECT_VERSION 0.4.1)

if (CMAKE_VERSION VERSION_LESS 3.0)
project(${PROJECT_NAME} C CXX)
Expand Down

0 comments on commit 16548c9

Please sign in to comment.