Skip to content

Commit dd19b95

Browse files
Merge pull request #155 from zeux/update/270
Update to 1.3.270
2 parents 0afc66f + b260756 commit dd19b95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) # project(... VERSION ...) support
44

55
project(volk VERSION
66
# VOLK_GENERATE_VERSION
7-
269
7+
270
88
# VOLK_GENERATE_VERSION
99
LANGUAGES C
1010
)

volk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#endif
1616

1717
/* VOLK_GENERATE_VERSION_DEFINE */
18-
#define VOLK_HEADER_VERSION 269
18+
#define VOLK_HEADER_VERSION 270
1919
/* VOLK_GENERATE_VERSION_DEFINE */
2020

2121
#ifndef VK_NO_PROTOTYPES

0 commit comments

Comments
 (0)