Skip to content

Commit 1206acb

Browse files
committed
build: bumped version to v3.7.0
1 parent 1cf7e70 commit 1206acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ abstract: >-
1818
oneDNN has experimental support for the following architectures: NVIDIA GPU,
1919
AMD GPU, OpenPOWER Power ISA (PPC64), IBMz (s390x), and RISC-V.
2020
license: Apache-2.0
21-
version: v3.6
21+
version: v3.7

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif()
7272

7373
set(PROJECT_NAME "oneDNN")
7474
set(PROJECT_FULL_NAME "oneAPI Deep Neural Network Library (oneDNN)")
75-
set(PROJECT_VERSION "3.6.0")
75+
set(PROJECT_VERSION "3.7.0")
7676

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

0 commit comments

Comments
 (0)