mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Bump version number for future v1.0 build
This commit is contained in:
@@ -93,8 +93,8 @@
|
||||
// The major and minor version that describe this build. These numbers are modified linearly
|
||||
// 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 35
|
||||
#define RENDERDOC_VERSION_MAJOR 1
|
||||
#define RENDERDOC_VERSION_MINOR 0
|
||||
|
||||
#define RDOC_INTERNAL_VERSION_STRINGIZE2(a) #a
|
||||
#define RDOC_INTERNAL_VERSION_STRINGIZE(a) RDOC_INTERNAL_VERSION_STRINGIZE2(a)
|
||||
|
||||
@@ -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.35.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.35.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.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")]
|
||||
|
||||
Reference in New Issue
Block a user