Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
updated protocol version
Browse files Browse the repository at this point in the history
increased release version
  • Loading branch information
Jack authored and Jack committed Sep 1, 2019
1 parent 1eb77b1 commit dbaaf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ALVR-common/packet_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enum ALVR_PACKET_TYPE {
};

enum {
ALVR_PROTOCOL_VERSION = 21
ALVR_PROTOCOL_VERSION = 22
};

enum ALVR_CODEC {
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 28
versionName " experimental v3"
versionName " experimental v5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down

0 comments on commit dbaaf13

Please sign in to comment.