summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-10 16:11:45 +0000
committerGitHub <noreply@github.com>2024-05-10 16:11:45 +0000
commit749f0ab4e9e69394f4d1d39cbb11b5fb6c9e31b1 (patch)
treea8bbc906206ffb54564f4fb2f1e620d4aa9c1bcb
parent3ca2bd9921b38f92b9bf5c26ce28808148d1e8bf (diff)
parente47fea602c55c557018ef751e53c196d5137ebfd (diff)
downloadvolk-upstream-master.tar.gz
Merge pull request #186 from zeux/update/285upstream-master
Update to 1.3.285
-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 ff1bcbc..562b8a3 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
-284
+285
# VOLK_GENERATE_VERSION
LANGUAGES C
)
diff --git a/volk.h b/volk.h
index c716c1d..0968756 100644
--- a/volk.h
+++ b/volk.h
@@ -15,7 +15,7 @@
#endif
/* VOLK_GENERATE_VERSION_DEFINE */
-#define VOLK_HEADER_VERSION 284
+#define VOLK_HEADER_VERSION 285
/* VOLK_GENERATE_VERSION_DEFINE */
#ifndef VK_NO_PROTOTYPES