From 72ac257bb7698ef06337baf1c6b2c9677e561b17 Mon Sep 17 00:00:00 2001 From: Daz <31415508+Daztek@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:59:22 +0100 Subject: [PATCH] Bump Version 8193.37-14 (#1810) --- CMakeLists.txt | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e03490808a..d5c520a5f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,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 37) -set(TARGET_NWN_BUILD_POSTFIX 13) +set(TARGET_NWN_BUILD_POSTFIX 14) set(NWNX_BUILD_SHA ${SHORT_HASH}) set(PLUGIN_PREFIX NWNX_) diff --git a/README.md b/README.md index 4475ea22d6..5d037f40a2 100644 --- a/README.md +++ b/README.md @@ -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.37.13 - v89) +# NWNX:EE (build 8193.37.14 - v89) - Latest release: [build8193.37.13-HEAD](https://github.com/nwnxee/unified/releases/latest) - [Changelog](https://github.com/nwnxee/unified/blob/master/CHANGELOG.md#Unreleased) - Docker tag: `nwnxee/unified:latest` -- nwserver-linux md5: `6710dec8bac413387cf78e338bde310e` +- nwserver-linux md5: `dad8a59bcca8efaee78d8df77d22cc53` @mainpage @tableofcontents @@ -27,7 +27,7 @@ Check out the [Awesome NWNX page](Awesome-NWNX.md) for a list projects using NWN The most recent build of NWN:EE that is supported can be discovered at the top of this file. Please note that we do NOT support any server binaries other than the one in the dedicated server package. We support neither the binary released through the Beamdog client nor the one released through the Steam client. That said, the Steam and Beamdog binaries are almost always identical to the one in the dedicated server package, see the top of this readme for a md5sum of the binary we support. -We release at least one update for each new version of the dedicated server package, which can be found here: [Server download packages and docker support](https://forums.beamdog.com/discussion/67157/server-download-packages-and-docker-support/p1) +We release at least one update for each new version of the dedicated server package, which can be found here: https://nwn.beamdog.net/downloads/ ## What platforms are supported?