summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-04-19 16:10:32 +0000
committerGitHub <noreply@github.com>2024-04-19 16:10:32 +0000
commit3a8068a57417940cf2bf9d837a7bb60d015ca2f1 (patch)
tree7aa94273702c98d5d9ed5b3e44aedf9eaeb369f8
parenta0d5468d1ad0471fee6eee6ba3bde0b3685f5853 (diff)
parent1fc4d6fd1b9555a168acc7f4ed7445fea1167d58 (diff)
downloadvolk-upstream-master.tar.gz
Merge pull request #184 from zeux/update/283upstream-master
Update to 1.3.283
-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 0bef8b6..e23d432 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
-282
+283
# VOLK_GENERATE_VERSION
LANGUAGES C
)
diff --git a/volk.h b/volk.h
index 915d567..17326c6 100644
--- a/volk.h
+++ b/volk.h
@@ -15,7 +15,7 @@
#endif
/* VOLK_GENERATE_VERSION_DEFINE */
-#define VOLK_HEADER_VERSION 282
+#define VOLK_HEADER_VERSION 283
/* VOLK_GENERATE_VERSION_DEFINE */
#ifndef VK_NO_PROTOTYPES