Skip to content

Commit 87ba0b4

Browse files
committed
release: create v0.3.8
1 parent da28073 commit 87ba0b4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.3.8:
2+
- Fix the build when no shaderc package is available on the host system
3+
- Optimize package download in FindShaderc and FindVulkanSDK
4+
- Fix MSVC Windows build for 32 bits
5+
16
v0.3.7:
27
- Remove unused variable warning becoming error in CTS
38
- FFmpegDemuxer: fix profile retrieval

common/include/VkVSVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77

88
#define VKVS_VERSION_MAJOR 0
99
#define VKVS_VERSION_MINOR 3
10-
#define VKVS_VERSION_PATCH 7
10+
#define VKVS_VERSION_PATCH 8
1111

1212
#define _STR(x) #x
1313
#define _VERSION_STRING(major,minor,patch) _STR(major) "." _STR(minor) "." _STR(patch)

0 commit comments

Comments
 (0)