Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Jun 13, 2023
1 parent 191427d commit 0438be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/dvlnet/zerotier_native.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void zerotier_network_stop();
// NOTE: We have patched our libzt to have the corresponding multicast
// MAC hardcoded, since libzt is still missing the proper handling.
const unsigned char dvl_multicast_addr[16] = {
0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x60, 0xce,
0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x61, 0xce,
0x04, 0x12, 0xfd, 0x73, 0x37, 0x86, 0x6f, 0xb7
};

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0-dev
1.5.0
4 changes: 2 additions & 2 deletions android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
}
minSdkVersion 18
targetSdkVersion 32
versionCode 22
versionName "1.4.0"
versionCode 26
versionName "1.5.0"
externalNativeBuild {
cmake {
arguments "-DANDROID_STL=c++_static"
Expand Down

0 comments on commit 0438be6

Please sign in to comment.