Skip to content

Commit

Permalink
Update version to 2024.0.1 (oneapi-src#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Sep 29, 2023
1 parent 228bdb1 commit d5c9935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/bazel/config/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _declare_onedal_config_impl(repo_ctx):
"%{auto_cpu}": auto_cpu,
"%{version_major}": "2024",
"%{version_minor}": "0",
"%{version_update}": "0",
"%{version_update}": "1",
"%{version_build}": utils.datestamp(repo_ctx),
"%{version_buildrev}": "work",
"%{version_status}": "P",
Expand Down
2 changes: 1 addition & 1 deletion makefile.ver
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

0 comments on commit d5c9935

Please sign in to comment.