From 965d5bbcfb5cda1973d921b73782ada33afaff18 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 14 Aug 2017 12:57:14 +0100 Subject: [PATCH] Mark v0.91 build --- renderdoc/api/replay/version.h | 2 +- renderdocui/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/renderdoc/api/replay/version.h b/renderdoc/api/replay/version.h index 987826827..5d602ab2e 100644 --- a/renderdoc/api/replay/version.h +++ b/renderdoc/api/replay/version.h @@ -94,7 +94,7 @@ // 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 0 -#define RENDERDOC_VERSION_MINOR 90 +#define RENDERDOC_VERSION_MINOR 91 #define RDOC_INTERNAL_VERSION_STRINGIZE2(a) #a #define RDOC_INTERNAL_VERSION_STRINGIZE(a) RDOC_INTERNAL_VERSION_STRINGIZE2(a) diff --git a/renderdocui/Properties/AssemblyInfo.cs b/renderdocui/Properties/AssemblyInfo.cs index 3880bbd0f..fbc36ed58 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.90.0.0")] -[assembly: AssemblyFileVersion("0.90.0.0")] +[assembly: AssemblyVersion("0.91.0.0")] +[assembly: AssemblyFileVersion("0.91.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")]