Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Feb 22, 2023
1 parent 7a7693e commit 1cdf4f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="de.saschawillems.vulkancapsviewer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.28" android:versionCode="32" android:installLocation="auto">
<manifest package="de.saschawillems.vulkancapsviewer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.29" android:versionCode="33" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->
Expand Down
2 changes: 1 addition & 1 deletion tools/download_releases.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function download($remote, $local) {
}
}

$version = "3.27";
$version = "3.29";
$name_template = "vulkancapsviewer_".$version."_%s";

# Windows 64 bit
Expand Down
2 changes: 1 addition & 1 deletion vulkancapsviewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extern "C" const char *getWorkingFolderForiOS(void);

using std::to_string;

const QString VulkanCapsViewer::version = "3.28";
const QString VulkanCapsViewer::version = "3.29";
const QString VulkanCapsViewer::reportVersion = "3.2";

OSInfo getOperatingSystem()
Expand Down

0 comments on commit 1cdf4f8

Please sign in to comment.