Skip to content

Commit

Permalink
Update QPL version from v1.3.1 to v1.4.0 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhukova authored Jan 31, 2024
1 parent 876be27 commit d4715e0
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.3.1 LANGUAGES C CXX)
project(QPL VERSION 1.4.0 LANGUAGES C CXX)

set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/overrides.cmake")

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.3.1
PROJECT_NUMBER = v1.4.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.3.1'
release = 'v1.4.0'

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

Expand Down

0 comments on commit d4715e0

Please sign in to comment.