From 0438be6cf3c92706d8c94a9a012b69febcf1b5e3 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 13 Jun 2023 00:41:27 +0200 Subject: [PATCH] Bump version to 1.5.0 --- Source/dvlnet/zerotier_native.h | 2 +- VERSION | 2 +- android-project/app/build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/dvlnet/zerotier_native.h b/Source/dvlnet/zerotier_native.h index 3febbe6ed..cf8e4c6a6 100644 --- a/Source/dvlnet/zerotier_native.h +++ b/Source/dvlnet/zerotier_native.h @@ -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 }; diff --git a/VERSION b/VERSION index bf0b12b59..c1ececa4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0-dev +1.5.0 diff --git a/android-project/app/build.gradle b/android-project/app/build.gradle index a4b3845b1..7358b3a80 100644 --- a/android-project/app/build.gradle +++ b/android-project/app/build.gradle @@ -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"