File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <manifest package =" de.saschawillems.vulkancapsviewer" xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 4.00 " android : versionCode =" 42 " android : installLocation =" auto" >
2+ <manifest package =" de.saschawillems.vulkancapsviewer" xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 4.01 " android : versionCode =" 43 " android : installLocation =" auto" >
33 <!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
44 Remove the comment if you do not require these default permissions. -->
55 <!-- %%INSERT_PERMISSIONS -->
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ extern "C" void *makeViewMetalCompatible(void* handle);
7979
8080using std::to_string;
8181
82- const QString VulkanCapsViewer::version = " 4.00 " ;
82+ const QString VulkanCapsViewer::version = " 4.01 " ;
8383const QString VulkanCapsViewer::reportVersion = " 4.0" ;
8484
8585OSInfo getOperatingSystem ()
You can’t perform that action at this time.
0 commit comments