Skip to content

Commit

Permalink
Update QPL version from v1.5.0 to v1.6.0 (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhukova authored Jul 17, 2024
1 parent 057f16a commit c26fb69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else ()
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
endif ()

project(QPL VERSION 1.5.0 LANGUAGES C CXX
project(QPL VERSION 1.6.0 LANGUAGES C CXX
DESCRIPTION "A library to provide high-performance query processing operations on Intel CPUs."
)

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Intel® Query Processing Library (Intel® QPL)"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v1.5.0
PROJECT_NUMBER = v1.6.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
project = 'Intel® QPL'
copyright = '2022, Intel'
author = 'Intel'
release = 'v1.5.0'
release = 'v1.6.0'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit c26fb69

Please sign in to comment.