Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Use decimal notation for version number. #241

Merged
merged 1 commit into from
Feb 12, 2022
Merged
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 include/cuda/std/detail/__config
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
# define _LIBCUDACXX_ABI_UNSTABLE
#endif

#define _LIBCUDACXX_CUDA_API_VERSION 001008000
#define _LIBCUDACXX_CUDA_API_VERSION 1008000

#define _LIBCUDACXX_CUDA_API_VERSION_MAJOR \
(_LIBCUDACXX_CUDA_API_VERSION / 1000000)
Expand Down