Skip to content

Commit 2b1ece8

Browse files
authored
Merge pull request #172 from zeux/update/278
Update to 1.3.278
2 parents c04ffd3 + 5fb5ed3 commit 2b1ece8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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-
277
7+
278
88
# VOLK_GENERATE_VERSION
99
LANGUAGES C
1010
)

volk.h

+1-1
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 277
18+
#define VOLK_HEADER_VERSION 278
1919
/* VOLK_GENERATE_VERSION_DEFINE */
2020

2121
#ifndef VK_NO_PROTOTYPES

0 commit comments

Comments
 (0)