Browse Source

Bump version to 1.5.1-dev

pull/6222/head
Anders Jenbo 3 years ago
parent
commit
343db308fc
  1. 2
      Source/dvlnet/zerotier_native.h
  2. 2
      VERSION
  3. 2
      android-project/app/build.gradle

2
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, 0x61, 0xce,
0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x60, 0xce,
0x04, 0x12, 0xfd, 0x73, 0x37, 0x86, 0x6f, 0xb7
};

2
VERSION

@ -1 +1 @@
1.5.0
1.5.1-dev

2
android-project/app/build.gradle

@ -18,7 +18,7 @@ android {
minSdkVersion 18
targetSdkVersion 32
versionCode 26
versionName "1.5.0"
versionName "1.5.1-dev"
externalNativeBuild {
cmake {
arguments "-DANDROID_STL=c++_static"

Loading…
Cancel
Save