Skip to content

Commit cd766d1

Browse files
authored
Update to 1.3.277
1 parent 3ee06ec commit cd766d1

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

2121
#ifndef VK_NO_PROTOTYPES

0 commit comments

Comments
 (0)