Bump version to v1.36

This commit is contained in:
baldurk
2024-09-27 18:01:00 +01:00
parent 8a394019fd
commit c9714b9eaf
+1 -1
View File
@@ -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 35
#define RENDERDOC_VERSION_MINOR 36
#define RDOC_INTERNAL_VERSION_STRINGIZE2(a) #a
#define RDOC_INTERNAL_VERSION_STRINGIZE(a) RDOC_INTERNAL_VERSION_STRINGIZE2(a)