From 51d02e3f5ccfd77c687823516f47d62066c91065 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 7 Jun 2024 16:10:53 +0000 Subject: [PATCH] Update to 1.3.287 --- CMakeLists.txt | 2 +- volk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1edeef..e627487 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 -286 +287 # VOLK_GENERATE_VERSION LANGUAGES C ) diff --git a/volk.h b/volk.h index 4f19d40..95868e0 100644 --- a/volk.h +++ b/volk.h @@ -15,7 +15,7 @@ #endif /* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 286 +#define VOLK_HEADER_VERSION 287 /* VOLK_GENERATE_VERSION_DEFINE */ #ifndef VK_NO_PROTOTYPES