File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ else ()
1616 cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1717endif ()
1818
19- project (QPL VERSION 1.7 .0 LANGUAGES C CXX
19+ project (QPL VERSION 1.8 .0 LANGUAGES C CXX
2020 DESCRIPTION "A library to provide high-performance query processing operations on Intel CPUs."
2121)
2222
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Intel® Query Processing Library (Intel® QPL)"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = v1.7 .0
41+ PROJECT_NUMBER = v1.8 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# 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 2424project = 'Intel® QPL'
2525copyright = '2022, Intel'
2626author = 'Intel'
27- release = 'v1.7 .0'
27+ release = 'v1.8 .0'
2828
2929# -- General configuration ---------------------------------------------------
3030
You can’t perform that action at this time.
0 commit comments