Skip to content

Commit

Permalink
update version to 2024.2.0 (oneapi-src#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvtiurin committed Jan 16, 2024
1 parent 3500488 commit 858cf93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/pkg-config/pkg-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ includedir=${{prefix}}/include
#info
Name: oneDAL
Description: Intel(R) oneAPI Data Analytics Library
Version: 2024.1
Version: 2024.2
URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
#Link line
Libs: {libs}
Expand Down
2 changes: 1 addition & 1 deletion dev/bazel/config/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def _declare_onedal_config_impl(repo_ctx):
substitutions = {
"%{auto_cpu}": auto_cpu,
"%{version_major}": "2024",
"%{version_minor}": "1",
"%{version_minor}": "2",
"%{version_update}": "0",
"%{version_build}": utils.datestamp(repo_ctx),
"%{version_buildrev}": "work",
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/doxygen_conf_cpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2024.1"
PROJECT_NUMBER = "2024.2"

# 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 docs/doxygen/doxygen_conf_cpp_examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2024.1"
PROJECT_NUMBER = "2024.2"

# 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 docs/doxygen/doxygen_conf_cpp_web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "C++ API Reference for Intel(R) oneAPI Data Analytics L
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2024.1"
PROJECT_NUMBER = "2024.2"

# 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 makefile.ver
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#===============================================================================

MAJOR = 2024
MINOR = 1
MINOR = 2
UPDATE = 0
BUILD = $(shell date +'%Y%m%d')
STATUS = P
Expand Down

0 comments on commit 858cf93

Please sign in to comment.