Skip to content

Commit 1f3d300

Browse files
committed
Bump version to v0.92 on v0.x branch
1 parent 03ac799 commit 1f3d300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

renderdoc/api/replay/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
// upstream and should not be modified downstream. You can set DISTRIBUTION_VERSION to include any
9595
// arbitrary release marker or package version you wish.
9696
#define RENDERDOC_VERSION_MAJOR 0
97-
#define RENDERDOC_VERSION_MINOR 91
97+
#define RENDERDOC_VERSION_MINOR 92
9898

9999
#define RDOC_INTERNAL_VERSION_STRINGIZE2(a) #a
100100
#define RDOC_INTERNAL_VERSION_STRINGIZE(a) RDOC_INTERNAL_VERSION_STRINGIZE2(a)

renderdocui/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
// You can specify all the values or you can default the Build and Revision Numbers
6060
// by using the '*' as shown below:
6161
// [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")]
6464

6565
// this can be replaced with the git hash of the commit being built from e.g. in a script
6666
[assembly: AssemblyInformationalVersion("NO_GIT_COMMIT_HASH_DEFINED")]

0 commit comments

Comments
 (0)