Skip to content

Commit

Permalink
vkconfig: Final build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Jan 7, 2025
1 parent 73995dd commit b67971d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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

0 comments on commit b67971d

Please sign in to comment.