Skip to content

Commit

Permalink
Bump report version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Feb 22, 2025
1 parent 2176d2c commit 3cbcfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkancapsviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extern "C" void *makeViewMetalCompatible(void* handle);
using std::to_string;

const QString VulkanCapsViewer::version = "4.01";
const QString VulkanCapsViewer::reportVersion = "4.0";
const QString VulkanCapsViewer::reportVersion = "4.1";

OSInfo getOperatingSystem()
{
Expand Down

0 comments on commit 3cbcfb9

Please sign in to comment.