Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Sep 1, 2023
1 parent 2b79ddb commit 1616318
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body:
attributes:
label: DevilutionX version
options:
- 1.5.0 (latest release)
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
Expand Down
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.1-dev
1.5.1
2 changes: 1 addition & 1 deletion android-project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
}
minSdkVersion 18
targetSdkVersion 33
versionCode 26
versionCode 28
versionName project.file('../../VERSION').text.trim()
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## DevilutionX 1.5.1

### Features

Expand Down

0 comments on commit 1616318

Please sign in to comment.