summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-01 16:10:33 +0000
committerGitHub <noreply@github.com>2023-12-01 16:10:33 +0000
commit630309f5ba56bbff326636b4e4edecf7a3390bef (patch)
treecddae6224b82ec5b04ab7d82c3703f2b46fa9ab3
parent1b05bb51bfe9e9146be5b3af44a3a290952d4707 (diff)
parent405bc37f9fe0dfd6609619cadfbabf3afee036f3 (diff)
downloadvolk-630309f5ba56bbff326636b4e4edecf7a3390bef.tar.gz
Merge pull request #158 from zeux/update/272
Update to 1.3.272
-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 735fce4..ed6f481 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
-271
+272
# VOLK_GENERATE_VERSION
LANGUAGES C
)
diff --git a/volk.h b/volk.h
index 44af439..315a595 100644
--- a/volk.h
+++ b/volk.h
@@ -15,7 +15,7 @@
#endif
/* VOLK_GENERATE_VERSION_DEFINE */
-#define VOLK_HEADER_VERSION 271
+#define VOLK_HEADER_VERSION 272
/* VOLK_GENERATE_VERSION_DEFINE */
#ifndef VK_NO_PROTOTYPES