Skip to content
Open
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 clang/test/Preprocessor/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@
// WEBASSEMBLY-NEXT:#define __clang_version__ "{{.*}}"
// WEBASSEMBLY-NEXT:#define __clang_wide_literal_encoding__ {{.*}}
// WEBASSEMBLY-NEXT:#define __dpcpp_major__ 7
// WEBASSEMBLY-NEXT:#define __dpcpp_minor__ 1
// WEBASSEMBLY-NEXT:#define __dpcpp_minor__ 2
// WEBASSEMBLY-NEXT:#define __dpcpp_patchlevel__ 0
// WEBASSEMBLY-NEXT:#define __llvm__ 1
// WASI-NOT:#define __unix
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/DPCPPVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(NOT DEFINED DPCPP_VERSION_MAJOR)
set(DPCPP_VERSION_MAJOR 7)
endif()
if(NOT DEFINED DPCPP_VERSION_MINOR)
set(DPCPP_VERSION_MINOR 1)
set(DPCPP_VERSION_MINOR 2)
endif()
if(NOT DEFINED DPCPP_VERSION_PATCH)
set(DPCPP_VERSION_PATCH 0)
Expand Down
Loading