From 1fc4d6fd1b9555a168acc7f4ed7445fea1167d58 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 19 Apr 2024 16:10:27 +0000 Subject: [PATCH] Update to 1.3.283 --- CMakeLists.txt | 2 +- volk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bef8b6..e23d432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) # project(... VERSION ...) support project(volk VERSION # VOLK_GENERATE_VERSION -282 +283 # VOLK_GENERATE_VERSION LANGUAGES C ) diff --git a/volk.h b/volk.h index 915d567..17326c6 100644 --- a/volk.h +++ b/volk.h @@ -15,7 +15,7 @@ #endif /* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 282 +#define VOLK_HEADER_VERSION 283 /* VOLK_GENERATE_VERSION_DEFINE */ #ifndef VK_NO_PROTOTYPES