From c2e8f19fcdb954e23a6c41f2ebc4721b37a62b0f Mon Sep 17 00:00:00 2001 From: Merzasphor Date: Sun, 12 Nov 2017 00:15:16 -0500 Subject: [PATCH] Update version, changelog for release. --- CHANGELOG.md | 9 ++++++++- MWSE DLL/Resource.rc | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afae8eaa5a..652db85ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.9.5-alpha.20171112] - 2017-11-12 + +### Fixed +- In some cases, evaluating string format codes could fail (xMessageFix, + xStringBuild, xLogMessage, xFileWriteText). + ## [0.9.5-alpha.20171111] - 2017-11-11 ### Added @@ -325,7 +331,8 @@ New logging methods available, Up to the rest of the team to use them or not - Added Resource information to both DLL and loader, added icon to loader - removed the Memlook function, that doesn't work now it doesn't has an interactive console available. and nobody used it anyway because it's an debug function -[Unreleased]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20171111...HEAD +[Unreleased]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20171112...HEAD +[0.9.5-alpha.20171112]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20171111...v0.9.5-alpha.20171112 [0.9.5-alpha.20171111]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20171006...v0.9.5-alpha.20171111 [0.9.5-alpha.20171006]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.201501016...v0.9.5-alpha.20171006 [0.9.5-alpha.20151016]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20150902...v0.9.5-alpha.201501016 diff --git a/MWSE DLL/Resource.rc b/MWSE DLL/Resource.rc index 31b6091d15..c80fefa5cc 100644 --- a/MWSE DLL/Resource.rc +++ b/MWSE DLL/Resource.rc @@ -1,8 +1,8 @@ #include "Resource.h" 1 VERSIONINFO -FILEVERSION 0,9,5,9019 -PRODUCTVERSION 0,9,5,9019 +FILEVERSION 0,9,5,9020 +PRODUCTVERSION 0,9,5,9020 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -18,7 +18,7 @@ BEGIN BEGIN VALUE "LegalCopyright", "Copyright (c) 2003-2017 MWSE Developers" VALUE "FileDescription", "MorrowindScriptExtender main dll" - VALUE "FileVersion", "0.9.5-alpha.20171111" + VALUE "FileVersion", "0.9.5-alpha.20171112" VALUE "OriginalFilename", "Mwse.dll" END END