File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
// upstream and should not be modified downstream. You can set DISTRIBUTION_VERSION to include any
95
95
// arbitrary release marker or package version you wish.
96
96
#define RENDERDOC_VERSION_MAJOR 0
97
- #define RENDERDOC_VERSION_MINOR 91
97
+ #define RENDERDOC_VERSION_MINOR 92
98
98
99
99
#define RDOC_INTERNAL_VERSION_STRINGIZE2 (a ) #a
100
100
#define RDOC_INTERNAL_VERSION_STRINGIZE (a ) RDOC_INTERNAL_VERSION_STRINGIZE2(a)
Original file line number Diff line number Diff line change 59
59
// You can specify all the values or you can default the Build and Revision Numbers
60
60
// by using the '*' as shown below:
61
61
// [assembly: AssemblyVersion("1.0.*")]
62
- [ assembly: AssemblyVersion ( "0.91 .0.0" ) ]
63
- [ assembly: AssemblyFileVersion ( "0.91 .0.0" ) ]
62
+ [ assembly: AssemblyVersion ( "0.92 .0.0" ) ]
63
+ [ assembly: AssemblyFileVersion ( "0.92 .0.0" ) ]
64
64
65
65
// this can be replaced with the git hash of the commit being built from e.g. in a script
66
66
[ assembly: AssemblyInformationalVersion ( "NO_GIT_COMMIT_HASH_DEFINED" ) ]
You can’t perform that action at this time.
0 commit comments