build: bumped version to v3.9.0

This commit is contained in:
Viktoriia Gvozdeva
2025-04-04 10:04:03 +02:00
committed by GitHub
parent c960e964a6
commit 6e886c6f15
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ abstract: >-
oneDNN has experimental support for the following architectures: NVIDIA GPU,
AMD GPU, OpenPOWER Power ISA (PPC64), IBMz (s390x), and RISC-V.
license: Apache-2.0
version: v3.8
version: v3.9

View File

@ -52,7 +52,7 @@ endif()
set(PROJECT_NAME "oneDNN")
set(PROJECT_FULL_NAME "oneAPI Deep Neural Network Library (oneDNN)")
set(PROJECT_VERSION "3.8.0")
set(PROJECT_VERSION "3.9.0")
project(${PROJECT_NAME} VERSION "${PROJECT_VERSION}" LANGUAGES C CXX)