From 174e61608f8a4886c6c19a2ceb4751a2b6b553a4 Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Wed, 30 Mar 2022 19:40:22 -0400 Subject: [PATCH] Update acl_auto.h for 2022.3 release Signed-off-by: Peter Colberg --- include/acl_auto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/acl_auto.h b/include/acl_auto.h index 479b6c66..f93e6803 100644 --- a/include/acl_auto.h +++ b/include/acl_auto.h @@ -16,9 +16,9 @@ extern "C" { * The last one is for the driver version query. The OpenCL spec says it * has to match \d+.\d+ and nothing else. */ -#define ACL_VERSION "v2022.2.0" -#define ACL_VERSION_PLAIN "2022.2" -#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.2" +#define ACL_VERSION "v2022.3.0" +#define ACL_VERSION_PLAIN "2022.3" +#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.3" /* Check if we are currently compiling for ACDS Pro or Standard. * 1 means Pro and 0 means Standard.