Skip to content

Commit

Permalink
build: bump version to v0.7.1
Browse files Browse the repository at this point in the history
TaoLv committed Nov 4, 2022
1 parent 0887652 commit 439f5f7
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
@@ -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.7.0)
set(PROJECT_VERSION 0.7.1)

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

0 comments on commit 439f5f7

Please sign in to comment.