From 94f25edfd03187e39eb3e861168ef84b43ac243d Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 7 Mar 2015 23:56:42 +0000 Subject: [PATCH] Bump version number to v0.24 for subsequent unofficial builds --- renderdoc/data/version.h | 2 +- renderdocui/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/renderdoc/data/version.h b/renderdoc/data/version.h index 169d6cf1a..776e02745 100644 --- a/renderdoc/data/version.h +++ b/renderdoc/data/version.h @@ -25,5 +25,5 @@ #pragma once #define RENDERDOC_VERSION_MAJOR 0 -#define RENDERDOC_VERSION_MINOR 23 +#define RENDERDOC_VERSION_MINOR 24 #define RENDERDOC_VERSION_STRING STRINGIZE(RENDERDOC_VERSION_MAJOR) "." STRINGIZE(RENDERDOC_VERSION_MINOR) diff --git a/renderdocui/Properties/AssemblyInfo.cs b/renderdocui/Properties/AssemblyInfo.cs index 66ea8c41f..3f2d6cc7e 100644 --- a/renderdocui/Properties/AssemblyInfo.cs +++ b/renderdocui/Properties/AssemblyInfo.cs @@ -58,8 +58,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.23.0.0")] -[assembly: AssemblyFileVersion("0.23.0.0")] +[assembly: AssemblyVersion("0.24.0.0")] +[assembly: AssemblyFileVersion("0.24.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")]