File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ includedir=${{prefix}}/include
2222#info
2323Name: oneDAL
2424Description: Intel(R) oneAPI Data Analytics Library
25- Version: 2024.6
25+ Version: 2024.7
2626URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onedal.html
2727#Link line
2828Libs: { libs}
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1515#===============================================================================
1616
1717MAJOR = 2024
18- MINOR = 6
18+ MINOR = 7
1919UPDATE = 0
2020BUILD = $(shell date +'%Y%m%d')
2121STATUS = P
You can’t perform that action at this time.
0 commit comments