diff --git a/renderdoc/api/replay/version.h b/renderdoc/api/replay/version.h index d5e2d1338..ee860f80f 100644 --- a/renderdoc/api/replay/version.h +++ b/renderdoc/api/replay/version.h @@ -28,7 +28,7 @@ #define VER_STR(a) VER_STR2(a) #define RENDERDOC_VERSION_MAJOR 0 -#define RENDERDOC_VERSION_MINOR 33 +#define RENDERDOC_VERSION_MINOR 34 #define RENDERDOC_VERSION_STRING \ VER_STR(RENDERDOC_VERSION_MAJOR) "." VER_STR(RENDERDOC_VERSION_MINOR) diff --git a/renderdoc/driver/vulkan/renderdoc.json b/renderdoc/driver/vulkan/renderdoc.json index 581803b2f..2cf2668ea 100644 --- a/renderdoc/driver/vulkan/renderdoc.json +++ b/renderdoc/driver/vulkan/renderdoc.json @@ -5,7 +5,7 @@ "type": "GLOBAL", "library_path": ".\\renderdoc.dll", "api_version": "1.0.0", - "implementation_version": "33", + "implementation_version": "34", "description": "Debugging capture layer for RenderDoc", "functions": { "vkGetInstanceProcAddr": "VK_LAYER_RENDERDOC_CaptureGetInstanceProcAddr", @@ -28,7 +28,7 @@ "ENABLE_VULKAN_RENDERDOC_CAPTURE": "1" }, "disable_environment": { - "DISABLE_VULKAN_RENDERDOC_CAPTURE_0_33": "1" + "DISABLE_VULKAN_RENDERDOC_CAPTURE_0_34": "1" } } } diff --git a/renderdocui/Properties/AssemblyInfo.cs b/renderdocui/Properties/AssemblyInfo.cs index 387399537..68634057a 100644 --- a/renderdocui/Properties/AssemblyInfo.cs +++ b/renderdocui/Properties/AssemblyInfo.cs @@ -59,8 +59,8 @@ using System.Resources; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.33.0.0")] -[assembly: AssemblyFileVersion("0.33.0.0")] +[assembly: AssemblyVersion("0.34.0.0")] +[assembly: AssemblyFileVersion("0.34.0.0")] // this can be replaced with the git hash of the commit being built from e.g. in a script [assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")]