Bump version for future nightly builds to 0.25

This commit is contained in:
baldurk
2015-05-02 16:34:58 +02:00
parent fc831982eb
commit 26b9d7902b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,5 +25,5 @@
#pragma once
#define RENDERDOC_VERSION_MAJOR 0
#define RENDERDOC_VERSION_MINOR 24
#define RENDERDOC_VERSION_MINOR 25
#define RENDERDOC_VERSION_STRING STRINGIZE(RENDERDOC_VERSION_MAJOR) "." STRINGIZE(RENDERDOC_VERSION_MINOR)
+2 -2
View File
@@ -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.24.0.0")]
[assembly: AssemblyFileVersion("0.24.0.0")]
[assembly: AssemblyVersion("0.25.0.0")]
[assembly: AssemblyFileVersion("0.25.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")]