File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
12
12
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/modules" )
13
13
include (AddSYCLExecutable )
14
14
15
- set (SYCL_MAJOR_VERSION 3 )
16
- set (SYCL_MINOR_VERSION 1 )
15
+ set (SYCL_MAJOR_VERSION 4 )
16
+ set (SYCL_MINOR_VERSION 0 )
17
17
set (SYCL_PATCH_VERSION 0 )
18
18
set (SYCL_DEV_ABI_VERSION 0 )
19
19
if (SYCL_ADD_DEV_VERSION_POSTFIX )
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ Release notes for commit range 5976ff0..1fc0e4f
112
112
- Enabled USM indirect access for interoperability kernels [ ebf5c4e]
113
113
114
114
## API/ABI breakages
115
+ - Added missing constructors and propety methods for context, program and
116
+ sampler[ 30b8acc]
115
117
116
118
## Known issues
117
119
- The format of the object files produced by the compiler can change between
You can’t perform that action at this time.
0 commit comments