This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if (UNIX AND "${SANITIZE_THREADS}" STREQUAL "ON")
9
9
else ()
10
10
cmake_minimum_required (VERSION 3.12 FATAL_ERROR)
11
11
endif ()
12
- project (DML VERSION 1.1.2 LANGUAGES C CXX)
12
+ project (DML VERSION 1.2.0 LANGUAGES C CXX)
13
13
14
14
if (CMAKE_C_COMPILER_ID STREQUAL "GNU" )
15
15
option (DML_RECORD_SWITCHES "Enables -frecord-gcc-switches flag" OFF )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ PROJECT_NAME = "Intel DML Library"
42
42
# could be handy for archiving the generated documentation or if some version
43
43
# control system is used.
44
44
45
- PROJECT_NUMBER = "v1.1.2 "
45
+ PROJECT_NUMBER = "v1.2.0 "
46
46
47
47
# Using the PROJECT_BRIEF tag one can provide an optional one line description
48
48
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 20
20
project = 'Intel® DML'
21
21
copyright = '2022, Intel'
22
22
author = 'Intel'
23
- release = 'v1.1.2 '
23
+ release = 'v1.2.0 '
24
24
25
25
# -- General configuration ---------------------------------------------------
26
26
Original file line number Diff line number Diff line change 19
19
#define DML_LIBRARY_MAJOR_VERSION 1u
20
20
21
21
/* * Minor version of the library*/
22
- #define DML_LIBRARY_MINOR_VERSION 1u
22
+ #define DML_LIBRARY_MINOR_VERSION 2u
23
23
24
24
/* * Minor version of the library*/
25
- #define DML_LIBRARY_PATCH 2u
25
+ #define DML_LIBRARY_PATCH 0u
26
26
27
27
/* * Supported CPU ISA */
28
28
#define DML_LIBRARY_MINIMAL_CPU_ISA " N/A"
You can’t perform that action at this time.
0 commit comments