Skip to content

Commit

Permalink
Update DML version from v1.1.1 to v1.1.2 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhukova authored Apr 4, 2024
1 parent 0c69376 commit 8224bea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (UNIX AND "${SANITIZE_THREADS}" STREQUAL "ON")
else ()
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
endif ()
project(DML VERSION 1.1.1 LANGUAGES C CXX)
project(DML VERSION 1.1.2 LANGUAGES C CXX)

if (CMAKE_C_COMPILER_ID STREQUAL "GNU")
option(DML_RECORD_SWITCHES "Enables -frecord-gcc-switches flag" OFF)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PROJECT_NAME = "Intel DML Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v1.1.1"
PROJECT_NUMBER = "v1.1.2"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = 'Intel® DML'
copyright = '2022, Intel'
author = 'Intel'
release = 'v1.1.1'
release = 'v1.1.2'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion sources/c_api/dml_get_library_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define DML_LIBRARY_MINOR_VERSION 1u

/** Minor version of the library*/
#define DML_LIBRARY_PATCH 1u
#define DML_LIBRARY_PATCH 2u

/** Supported CPU ISA */
#define DML_LIBRARY_MINIMAL_CPU_ISA "N/A"
Expand Down

0 comments on commit 8224bea

Please sign in to comment.