Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
polygraphene committed Jun 21, 2018
1 parent b49369a commit f2bfbd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ALVR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.4")]
2 changes: 1 addition & 1 deletion alvr_server/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define APP_VERSION_MAJOR 2
#define APP_VERSION_MINOR 1
#define APP_VERSION_PATCH 0
#define APP_VERSION_PATCH 4
#define APP_VERSION_STRING__(major, minor, patch) #major "." #minor "." #patch
#define APP_VERSION_STRING_(major, minor, patch) APP_VERSION_STRING__(major, minor, patch)
#define APP_VERSION_STRING APP_VERSION_STRING_(APP_VERSION_MAJOR, APP_VERSION_MINOR, APP_VERSION_PATCH)
Expand Down

0 comments on commit f2bfbd3

Please sign in to comment.