Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
include(AddSYCLExecutable)

set(SYCL_MAJOR_VERSION 3)
set(SYCL_MINOR_VERSION 1)
set(SYCL_MAJOR_VERSION 4)
set(SYCL_MINOR_VERSION 0)
set(SYCL_PATCH_VERSION 0)
set(SYCL_DEV_ABI_VERSION 0)
if (SYCL_ADD_DEV_VERSION_POSTFIX)
Expand Down
2 changes: 2 additions & 0 deletions sycl/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Release notes for commit range 5976ff0..1fc0e4f
- Enabled USM indirect access for interoperability kernels [ebf5c4e]

## API/ABI breakages
- Added missing constructors and propety methods for context, program and
sampler[30b8acc]

## Known issues
- The format of the object files produced by the compiler can change between
Expand Down