From bc9bee2fc682b99a12800f56681fa65b8cb52626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:15:56 -0700 Subject: [PATCH] Update to 1.3.256 (#127) Co-authored-by: GitHub --- CMakeLists.txt | 2 +- volk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f58ca7e..6ded860 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 -255 +256 # VOLK_GENERATE_VERSION LANGUAGES C ) diff --git a/volk.h b/volk.h index df7912f..b89fa5d 100644 --- a/volk.h +++ b/volk.h @@ -15,7 +15,7 @@ #endif /* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 255 +#define VOLK_HEADER_VERSION 256 /* VOLK_GENERATE_VERSION_DEFINE */ #ifndef VK_NO_PROTOTYPES