Browse Source

Bump version to 1.5.1

next 1.5.1
Anders Jenbo 3 years ago
parent
commit
1616318bb1
  1. 3
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 2
      Source/dvlnet/zerotier_native.h
  3. 2
      VERSION
  4. 2
      android-project/app/build.gradle
  5. 2
      docs/CHANGELOG.md

3
.github/ISSUE_TEMPLATE/bug_report.yml

@ -28,7 +28,8 @@ body:
attributes: attributes:
label: DevilutionX version label: DevilutionX version
options: options:
- 1.5.0 (latest release) - 1.5.1
- 1.5.0
- 1.4.1 - 1.4.1
- 1.4.0 - 1.4.0
- 1.3.0 - 1.3.0

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 // NOTE: We have patched our libzt to have the corresponding multicast
// MAC hardcoded, since libzt is still missing the proper handling. // MAC hardcoded, since libzt is still missing the proper handling.
const unsigned char dvl_multicast_addr[16] = { 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 0x04, 0x12, 0xfd, 0x73, 0x37, 0x86, 0x6f, 0xb7
}; };

2
VERSION

@ -1 +1 @@
1.5.1-dev 1.5.1

2
android-project/app/build.gradle

@ -15,7 +15,7 @@ android {
} }
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 33 targetSdkVersion 33
versionCode 26 versionCode 28
versionName project.file('../../VERSION').text.trim() versionName project.file('../../VERSION').text.trim()
externalNativeBuild { externalNativeBuild {
cmake { cmake {

2
docs/CHANGELOG.md

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## DevilutionX 1.5.1
### Features ### Features

Loading…
Cancel
Save