From ce8a1f8632e638f81ba9f8f2d580a71990866d0c Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 14 Aug 2026 16:19:46 +0000 Subject: [PATCH] Update to 1.4.360 --- CMakeLists.txt | 2 +- volk.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fc53c22..e2da78a2 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 -359 +360 # VOLK_GENERATE_VERSION LANGUAGES C ) diff --git a/volk.h b/volk.h index e61d0444..e431805e 100644 --- a/volk.h +++ b/volk.h @@ -19,7 +19,7 @@ #endif /* VOLK_GENERATE_VERSION_DEFINE */ -#define VOLK_HEADER_VERSION 359 +#define VOLK_HEADER_VERSION 360 /* VOLK_GENERATE_VERSION_DEFINE */ #ifndef VK_NO_PROTOTYPES