Bump version information to v0.31

This commit is contained in:
baldurk
2016-08-01 19:07:48 +02:00
parent 8b5f3de916
commit 3655f0610d
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,6 +25,6 @@
#pragma once
#define RENDERDOC_VERSION_MAJOR 0
#define RENDERDOC_VERSION_MINOR 30
#define RENDERDOC_VERSION_MINOR 31
#define RENDERDOC_VERSION_STRING \
STRINGIZE(RENDERDOC_VERSION_MAJOR) "." STRINGIZE(RENDERDOC_VERSION_MINOR)
+2 -2
View File
@@ -5,7 +5,7 @@
"type": "GLOBAL",
"library_path": ".\\renderdoc.dll",
"api_version": "1.0.0",
"implementation_version": "30",
"implementation_version": "31",
"description": "Debugging capture layer for RenderDoc",
"functions": {
"vkGetInstanceProcAddr": "VK_LAYER_RENDERDOC_CaptureGetInstanceProcAddr",
@@ -28,7 +28,7 @@
"ENABLE_VULKAN_RENDERDOC_CAPTURE": "1"
},
"disable_environment": {
"DISABLE_VULKAN_RENDERDOC_CAPTURE_0_30": "1"
"DISABLE_VULKAN_RENDERDOC_CAPTURE_0_31": "1"
}
}
}
+2 -2
View File
@@ -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.30.0.0")]
[assembly: AssemblyFileVersion("0.30.0.0")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.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")]