Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version to 2025.1.0 #2941

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 2025.0
Version: 2025.1
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}": "2025",
"%{version_minor}": "0",
"%{version_minor}": "1",
"%{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 = "2025.0"
PROJECT_NUMBER = "2025.1"

# 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 = "2025.0"
PROJECT_NUMBER = "2025.1"

# 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 = "2025.0"
PROJECT_NUMBER = "2025.1"

# 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 = 2025
MINOR = 0
MINOR = 1
UPDATE = 0
BUILD = $(shell date +'%Y%m%d')
STATUS = P
Expand Down