Skip to content

Commit 1616318

Browse files
committed
Bump version to 1.5.1
1 parent 2b79ddb commit 1616318

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ body:
2828
attributes:
2929
label: DevilutionX version
3030
options:
31-
- 1.5.0 (latest release)
31+
- 1.5.1
32+
- 1.5.0
3233
- 1.4.1
3334
- 1.4.0
3435
- 1.3.0

Source/dvlnet/zerotier_native.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void zerotier_network_stop();
1010
// NOTE: We have patched our libzt to have the corresponding multicast
1111
// MAC hardcoded, since libzt is still missing the proper handling.
1212
const unsigned char dvl_multicast_addr[16] = {
13-
0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x60, 0xce,
13+
0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x61, 0xce,
1414
0x04, 0x12, 0xfd, 0x73, 0x37, 0x86, 0x6f, 0xb7
1515
};
1616

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1-dev
1+
1.5.1

android-project/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
}
1616
minSdkVersion 18
1717
targetSdkVersion 33
18-
versionCode 26
18+
versionCode 28
1919
versionName project.file('../../VERSION').text.trim()
2020
externalNativeBuild {
2121
cmake {

docs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## DevilutionX 1.5.1
99

1010
### Features
1111

0 commit comments

Comments
 (0)