Skip to content

Commit 9f2e0f8

Browse files
committed
Update acl_auto.h for 2023.0 release
Signed-off-by: Peter Colberg <[email protected]>
1 parent 1cacdc2 commit 9f2e0f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/acl_auto.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ extern "C" {
1616
* The last one is for the driver version query. The OpenCL spec says it
1717
* has to match \d+.\d+ and nothing else.
1818
*/
19-
#define ACL_VERSION "v2022.3.0"
20-
#define ACL_VERSION_PLAIN "2022.3"
21-
#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.3"
19+
#define ACL_VERSION "v2023.0.0"
20+
#define ACL_VERSION_PLAIN "2023.0"
21+
#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2023.0"
2222

2323
/* Check if we are currently compiling for ACDS Pro or Standard.
2424
* 1 means Pro and 0 means Standard.

0 commit comments

Comments
 (0)