Skip to content

Commit

Permalink
Bump version to v0.92 on v0.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Mar 6, 2018
1 parent 03ac799 commit 1f3d300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion renderdoc/api/replay/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
// 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 91
#define RENDERDOC_VERSION_MINOR 92

#define RDOC_INTERNAL_VERSION_STRINGIZE2(a) #a
#define RDOC_INTERNAL_VERSION_STRINGIZE(a) RDOC_INTERNAL_VERSION_STRINGIZE2(a)
Expand Down
4 changes: 2 additions & 2 deletions renderdocui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
// 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.91.0.0")]
[assembly: AssemblyFileVersion("0.91.0.0")]
[assembly: AssemblyVersion("0.92.0.0")]
[assembly: AssemblyFileVersion("0.92.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")]
Expand Down

0 comments on commit 1f3d300

Please sign in to comment.