From 2ad9fb26d57e139a006fef45ef1cda556de1559b Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 26 Jun 2026 17:54:01 +0000 Subject: [PATCH] Update to 1.4.355 --- CMakeLists.txt | 2 +- volk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff6e512..1efa3442 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5...3.30) project(volk VERSION # VOLK_GENERATE_VERSION -354 +355 # VOLK_GENERATE_VERSION LANGUAGES C ) diff --git a/volk.h b/volk.h index a682f5d1..fa944d13 100644 --- a/volk.h +++ b/volk.h @@ -19,7 +19,7 @@ #endif /* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 354 +#define VOLK_HEADER_VERSION 355 /* VOLK_GENERATE_VERSION_DEFINE */ #ifndef VK_NO_PROTOTYPES