Skip to content

Commit

Permalink
Merge pull request #186 from zeux/update/285
Browse files Browse the repository at this point in the history
Update to 1.3.285
  • Loading branch information
github-actions[bot] authored May 10, 2024
2 parents 3ca2bd9 + e47fea6 commit 749f0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion volk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 749f0ab

Please sign in to comment.