summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub <noreply@github.com>2024-03-22 16:11:17 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-22 16:11:17 +0000
commit9c2808ab4c7ba976c7a10990b52d23e157d0ce45 (patch)
treea5716901804b2d27874df5db627f4ef94fafba7f
parentbe9ea45d94c30f987b1363a990e6d42ee814d5b2 (diff)
downloadvolk-9c2808ab4c7ba976c7a10990b52d23e157d0ce45.tar.gz
Update to 1.3.281
-rw-r--r--CMakeLists.txt2
-rw-r--r--volk.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7aa9a0..8249a8e 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
-280
+281
# VOLK_GENERATE_VERSION
LANGUAGES C
)
diff --git a/volk.h b/volk.h
index 826dc62..2dbf1a1 100644
--- a/volk.h
+++ b/volk.h
@@ -15,7 +15,7 @@
#endif
/* VOLK_GENERATE_VERSION_DEFINE */
-#define VOLK_HEADER_VERSION 280
+#define VOLK_HEADER_VERSION 281
/* VOLK_GENERATE_VERSION_DEFINE */
#ifndef VK_NO_PROTOTYPES