Skip to content

Commit

Permalink
build8193.25 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek committed Jun 22, 2021
1 parent ac7ec8e commit 6c11cd4
Show file tree
Hide file tree
Showing 4 changed files with 3,857 additions and 3,853 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.24-HEAD
https://github.com/nwnxee/unified/compare/build8193.24...HEAD
## 8193.25-HEAD
https://github.com/nwnxee/unified/compare/build8193.25...HEAD

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

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

- No user facing changes

## 8193.24
https://github.com/nwnxee/unified/compare/build8193.23...build8193.24

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 24)
set(TARGET_NWN_BUILD_REVISION 25)
set(NWNX_BUILD_SHA ${SHORT_HASH})
set(PLUGIN_PREFIX NWNX_)

Expand Down
Loading

0 comments on commit 6c11cd4

Please sign in to comment.