Skip to content

Commit 97cc01c

Browse files
Update QPL version to v1.7.0 (#1116)
1 parent 199c72d commit 97cc01c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else ()
1616
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
1717
endif ()
1818

19-
project(QPL VERSION 1.6.0 LANGUAGES C CXX
19+
project(QPL VERSION 1.7.0 LANGUAGES C CXX
2020
DESCRIPTION "A library to provide high-performance query processing operations on Intel CPUs."
2121
)
2222

Doxyfile

+1-1
Original file line numberDiff line numberDiff 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.6.0
41+
PROJECT_NUMBER = v1.7.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

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
project = 'Intel® QPL'
2525
copyright = '2022, Intel'
2626
author = 'Intel'
27-
release = 'v1.6.0'
27+
release = 'v1.7.0'
2828

2929
# -- General configuration ---------------------------------------------------
3030

0 commit comments

Comments
 (0)