Skip to content

Commit

Permalink
Merge pull request #1376 from Daztek/build8193.26
Browse files Browse the repository at this point in the history
build8193.26 support
  • Loading branch information
Daztek authored Jun 24, 2021
2 parents 3d08d6f + 1a5646e commit c7a344c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion 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/).

## 8193.25-HEAD
https://github.com/nwnxee/unified/compare/build8193.25...HEAD
https://github.com/nwnxee/unified/compare/build8193.26...HEAD

### Added
- N/A
Expand All @@ -28,6 +28,11 @@ https://github.com/nwnxee/unified/compare/build8193.25...HEAD
### Fixed
- N/A

## 8193.26
https://github.com/nwnxee/unified/compare/build8193.25...build8193.26

- No user facing changes

## 8193.25
https://github.com/nwnxee/unified/compare/build8193.24...build8193.25

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ find_package(Sanitizers)

execute_process(COMMAND git rev-parse --short HEAD OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_VARIABLE SHORT_HASH)
set(TARGET_NWN_BUILD 8193)
set(TARGET_NWN_BUILD_REVISION 25)
set(TARGET_NWN_BUILD_REVISION 26)
set(NWNX_BUILD_SHA ${SHORT_HASH})
set(PLUGIN_PREFIX NWNX_)

Expand Down
2 changes: 1 addition & 1 deletion NWNXLib/API/FunctionsLinux.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef NWNXLIB_FUNCTION_NO_VERSION_CHECK
NWNX_EXPECT_VERSION(8193, 25);
NWNX_EXPECT_VERSION(8193, 26);
#endif

NWNXLIB_FUNCTION(_ZN10CERFString4ReadEv, 0x0000000000738680)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Discord](https://img.shields.io/discord/382306806866771978.svg?colorB=7289DA&label=Discord&logo=Discord&logoColor=7289DA&style=flat-square)](https://discord.gg/hxTt8Fr)

# NWNX:EE (build 8193.25 - v83 - DEVELOPMENT)
# NWNX:EE (build 8193.26 - v83)

- Latest release: [build8193.25-HEAD](https://github.com/nwnxee/unified/releases/latest) - [Changelog](https://github.com/nwnxee/unified/blob/master/CHANGELOG.md#819325-HEAD)
- Latest release: [build8193.26-HEAD](https://github.com/nwnxee/unified/releases/latest) - [Changelog](https://github.com/nwnxee/unified/blob/master/CHANGELOG.md#819326-HEAD)
- Docker tag: `nwnxee/unified:latest`
- nwserver-linux md5: `376059b7bf18ea1f988db3bb5c4dd2c4`
- nwserver-linux md5: `6a3c82c13e5825225a16fd5139fc0e7b`

@mainpage
@tableofcontents
Expand Down

0 comments on commit c7a344c

Please sign in to comment.