Skip to content

Commit 79caa00

Browse files
authored
update version to 2024.7.0 (#2819) (#2877)
1 parent 32b55bd commit 79caa00

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

deploy/pkg-config/pkg-config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ includedir=${{prefix}}/include
2222
#info
2323
Name: oneDAL
2424
Description: Intel(R) oneAPI Data Analytics Library
25-
Version: 2024.6
25+
Version: 2024.7
2626
URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
2727
#Link line
2828
Libs: {libs}

dev/bazel/config/config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _declare_onedal_config_impl(repo_ctx):
210210
substitutions = {
211211
"%{auto_cpu}": auto_cpu,
212212
"%{version_major}": "2024",
213-
"%{version_minor}": "6",
213+
"%{version_minor}": "7",
214214
"%{version_update}": "0",
215215
"%{version_build}": utils.datestamp(repo_ctx),
216216
"%{version_buildrev}": "work",

docs/doxygen/doxygen_conf_cpp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "2024.6"
41+
PROJECT_NUMBER = "2024.7"
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

docs/doxygen/doxygen_conf_cpp_examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "2024.6"
41+
PROJECT_NUMBER = "2024.7"
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

docs/doxygen/doxygen_conf_cpp_web.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "2024.6"
41+
PROJECT_NUMBER = "2024.7"
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

makefile.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#===============================================================================
1616

1717
MAJOR = 2024
18-
MINOR = 6
18+
MINOR = 7
1919
UPDATE = 0
2020
BUILD = $(shell date +'%Y%m%d')
2121
STATUS = P

0 commit comments

Comments
 (0)