This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if (UNIX AND "${SANITIZE_THREADS}" STREQUAL "ON")
99else ()
1010 cmake_minimum_required (VERSION 3.12 FATAL_ERROR )
1111endif ()
12- project (DML VERSION 1.0 .0 LANGUAGES C CXX )
12+ project (DML VERSION 1.1 .0 LANGUAGES C CXX )
1313
1414if (CMAKE_C_COMPILER_ID STREQUAL "GNU" )
1515 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"
4242# could be handy for archiving the generated documentation or if some version
4343# control system is used.
4444
45- PROJECT_NUMBER = "v1.0 .0"
45+ PROJECT_NUMBER = "v1.1 .0"
4646
4747# Using the PROJECT_BRIEF tag one can provide an optional one line description
4848# 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 2020project = 'Intel® DML'
2121copyright = '2022, Intel'
2222author = 'Intel'
23- release = 'v1.0 .0'
23+ release = 'v1.1 .0'
2424
2525# -- General configuration ---------------------------------------------------
2626
Original file line number Diff line number Diff line change 1919#define DML_LIBRARY_MAJOR_VERSION 1u
2020
2121/* * Minor version of the library*/
22- #define DML_LIBRARY_MINOR_VERSION 0u
22+ #define DML_LIBRARY_MINOR_VERSION 1u
2323
2424/* * Minor version of the library*/
2525#define DML_LIBRARY_PATCH 0u
You can’t perform that action at this time.
0 commit comments