Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vkconfig: Final build #2223

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion vkconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

# Release notes

## [Vulkan Configurator 2.6.2](https://github.com/LunarG/VulkanTools/tree/main) - October 2024
## [Vulkan Configurator 2.6.3](https://github.com/LunarG/VulkanTools/tree/vulkan-sdk-1.3.304.0) - January 2025
- Final build

## [Vulkan Configurator 2.6.2](https://github.com/LunarG/VulkanTools/tree/vulkan-sdk-1.3.296.0) - October 2024

### Improvements:
- Show message warnings when overriding implicit layer, either disabling or enabling
Expand Down
2 changes: 1 addition & 1 deletion vkconfig/dialog_about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Copyright (c) 2020-2024 LunarG, Inc.</string>
<string>Copyright (c) 2020-2025 LunarG, Inc.</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
Expand Down
2 changes: 1 addition & 1 deletion vkconfig_core/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <cassert>
#include <cstring>

const Version Version::VKCONFIG(2, 6, 2);
const Version Version::VKCONFIG(2, 6, 3);
const Version Version::VKCONFIG3(3, 0, 0);
const Version Version::LAYER_CONFIG(2, 2, 3);
const Version Version::VKHEADER(VK_HEADER_VERSION_COMPLETE);
Expand Down
Loading