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

Commit

Permalink
v2.4.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
polygraphene committed May 23, 2019
1 parent 7b266aa commit 9805a34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ALVR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("2.3.1")]
[assembly: AssemblyInformationalVersion("2.4.0-alpha1")]
6 changes: 3 additions & 3 deletions alvr_server/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#define IDR_MESSAGE_BG_TEXTURE 1004

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

0 comments on commit 9805a34

Please sign in to comment.