Bump version to v0.22 so unofficial/beta builds are v0.22-xxxx

This commit is contained in:
baldurk
2014-09-27 01:38:38 +01:00
parent 2aef371f7e
commit 896d3837f2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,6 +25,6 @@
#pragma once
#define RENDERDOC_VERSION_MAJOR 0
#define RENDERDOC_VERSION_MINOR 21
#define RENDERDOC_VERSION_MINOR 22
#define RENDERDOC_VERSION_STRING STRINGIZE(RENDERDOC_VERSION_MAJOR) "." STRINGIZE(RENDERDOC_VERSION_MINOR)
#define RENDERDOC_VERSION_STRING_W WIDEN(STRINGIZE(RENDERDOC_VERSION_MAJOR)) L"." WIDEN(STRINGIZE(RENDERDOC_VERSION_MINOR))
+2 -2
View File
@@ -57,8 +57,8 @@ using System.Runtime.InteropServices;
// 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.21.0.0")]
[assembly: AssemblyFileVersion("0.21.0.0")]
[assembly: AssemblyVersion("0.22.0.0")]
[assembly: AssemblyFileVersion("0.22.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")]