File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ else ()
16
16
cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
17
17
endif ()
18
18
19
- project (QPL VERSION 1.6 .0 LANGUAGES C CXX
19
+ project (QPL VERSION 1.7 .0 LANGUAGES C CXX
20
20
DESCRIPTION "A library to provide high-performance query processing operations on Intel CPUs."
21
21
)
22
22
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Intel® Query Processing Library (Intel® QPL)"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v1.6 .0
41
+ PROJECT_NUMBER = v1.7 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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 24
24
project = 'Intel® QPL'
25
25
copyright = '2022, Intel'
26
26
author = 'Intel'
27
- release = 'v1.6 .0'
27
+ release = 'v1.7 .0'
28
28
29
29
# -- General configuration ---------------------------------------------------
30
30
You can’t perform that action at this time.
0 commit comments