Skip to content

Commit d75a29d

Browse files
authored
Update QPL version from v0.3.0 to v1.0.0 (#605)
1 parent f6243f7 commit d75a29d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Build system
99

1010
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
11-
project(Qpl VERSION 0.3.0 LANGUAGES C CXX)
11+
project(Qpl VERSION 1.0.0 LANGUAGES C CXX)
1212

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

Doxyfile

Lines changed: 1 addition & 1 deletion
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 = v0.3.0
41+
PROJECT_NUMBER = v1.0.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

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Copyright (C) 2022 Intel Corporation
33
SPDX-License-Identifier: MIT
44
-->
55

6-
Intel® Query Processing Library (Intel® QPL) Beta
7-
=================================================
6+
Intel® Query Processing Library (Intel® QPL)
7+
============================================
88

99
The Intel® Query Processing Library (Intel® QPL) is an open-source library to provide
1010
high-performance query processing operations on Intel CPUs. Intel® QPL is aimed to support
@@ -34,7 +34,6 @@ refer to [Installation](https://intel.github.io/qpl/documentation/get_started_do
3434

3535
Documentation is delivered using GitHub Pages. See full Intel QPL [online documentation](https://intel.github.io/qpl/index.html).
3636

37-
3837
**Offline Documentation**
3938

4039
To build Intel QPL offline documentation, see the [Documentation Build Prerequisites](https://intel.github.io/qpl/documentation/get_started_docs/installation.html#building-the-documentation) chapter.

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
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 = 'v0.3.0'
27+
release = 'v1.0.0'
2828

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

0 commit comments

Comments
 (0)