From 21b9c06991762cd83b66d5b9e5123cf3b7db12a4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 13 Oct 2023 16:10:25 +0000 Subject: [PATCH] Update to 1.3.268 --- CMakeLists.txt | 2 +- volk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9122396..226234e 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 -267 +268 # VOLK_GENERATE_VERSION LANGUAGES C ) diff --git a/volk.h b/volk.h index ee224b7..2d66b22 100644 --- a/volk.h +++ b/volk.h @@ -15,7 +15,7 @@ #endif /* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 267 +#define VOLK_HEADER_VERSION 268 /* VOLK_GENERATE_VERSION_DEFINE */ #ifndef VK_NO_PROTOTYPES