From bb10ae25bbb3e6a113c6ce7ac991e8e3dd700b0d Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 2 May 2025 15:07:38 +0100 Subject: [PATCH] Bump version to v1.39 --- renderdoc/api/replay/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/version.h b/renderdoc/api/replay/version.h index 9145af373..ef8ade008 100644 --- a/renderdoc/api/replay/version.h +++ b/renderdoc/api/replay/version.h @@ -94,7 +94,7 @@ extern "C" const char GitVersionHash[41]; // upstream and should not be modified downstream. You can set DISTRIBUTION_VERSION to include any // arbitrary release marker or package version you wish. #define RENDERDOC_VERSION_MAJOR 1 -#define RENDERDOC_VERSION_MINOR 38 +#define RENDERDOC_VERSION_MINOR 39 #define RDOC_INTERNAL_VERSION_STRINGIZE2(a) #a #define RDOC_INTERNAL_VERSION_STRINGIZE(a) RDOC_INTERNAL_VERSION_STRINGIZE2(a)