Skip to content

Commit aa95c41

Browse files
committed
release: create v0.3.3
1 parent 9de2b32 commit aa95c41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.3.3:
2+
- Fix CTS non win32 build
3+
14
v0.3.2:
25
- Prepare VVS to be able to build inside CTS using the custom vulkan headers
36
- Use the version tag for vulkan headers instead of main

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 2
10+
#define VKVS_VERSION_PATCH 3
1111

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

0 commit comments

Comments
 (0)