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

Commit 1ba32f4

Browse files
committed
v2.4.0-alpha4
1 parent 6107d18 commit 1ba32f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ALVR/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.1.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
37-
[assembly: AssemblyInformationalVersion("2.4.0-alpha3")]
37+
[assembly: AssemblyInformationalVersion("2.4.0-alpha4")]

alvr_server/resource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define APP_VERSION_MAJOR 2
88
#define APP_VERSION_MINOR 4
99
#define APP_VERSION_PATCH 0
10-
#define APP_VERSION_SUFFIX "-alpha3"
10+
#define APP_VERSION_SUFFIX "-alpha4"
1111
#define APP_VERSION_STRING__(major, minor, patch, suffix) #major "." #minor "." #patch "" suffix
1212
#define APP_VERSION_STRING_(major, minor, patch, suffix) APP_VERSION_STRING__(major, minor, patch, suffix)
1313
#define APP_VERSION_STRING APP_VERSION_STRING_(APP_VERSION_MAJOR, APP_VERSION_MINOR, APP_VERSION_PATCH, APP_VERSION_SUFFIX)

0 commit comments

Comments
 (0)