Skip to content

Commit aa3293e

Browse files
committed
Version bump
This is a breaking change, but bumping major version would move us out of Pre-Release, so 0.2.0?
1 parent c3d5a4a commit aa3293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/syclcompat/defs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ template <int Arg> class syclcompat_kernel_scalar;
5656
#endif
5757

5858
#define SYCLCOMPAT_MAJOR_VERSION 0
59-
#define SYCLCOMPAT_MINOR_VERSION 1
59+
#define SYCLCOMPAT_MINOR_VERSION 2
6060
#define SYCLCOMPAT_PATCH_VERSION 0
6161

6262
#define SYCLCOMPAT_MAKE_VERSION(_major, _minor, _patch) \

0 commit comments

Comments
 (0)