Skip to content

Commit

Permalink
Merge pull request #211 from zeux/update/301
Browse files Browse the repository at this point in the history
Update to 1.3.301
  • Loading branch information
github-actions[bot] authored Nov 2, 2024
2 parents bb523d7 + 3b93f59 commit 2b0df05
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
300
301
# 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 300
#define VOLK_HEADER_VERSION 301
/* VOLK_GENERATE_VERSION_DEFINE */

#ifndef VK_NO_PROTOTYPES
Expand Down

0 comments on commit 2b0df05

Please sign in to comment.