From 5a43a9638b92c15bdd99ebba97e109bd2240a133 Mon Sep 17 00:00:00 2001 From: Merzasphor Date: Sat, 11 Nov 2017 01:45:25 -0500 Subject: [PATCH] Update version for release. --- CHANGELOG.md | 5 ++++- MWSE DLL/Resource.rc | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50b728168..afae8eaa5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.9.5-alpha.20171111] - 2017-11-11 + ### Added - New function to get maximum, current (modified), and unmodified encumbrance: xGetEncumbrance. @@ -323,7 +325,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.20171006...HEAD +[Unreleased]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20171111...HEAD +[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 [0.9.5-alpha.20150902]: https://github.com/Merzasphor/MWSE/compare/v0.9.5-alpha.20150829...v0.9.5-alpha.20150902 diff --git a/MWSE DLL/Resource.rc b/MWSE DLL/Resource.rc index bbf4d9c7f3..31b6091d15 100644 --- a/MWSE DLL/Resource.rc +++ b/MWSE DLL/Resource.rc @@ -1,8 +1,8 @@ #include "Resource.h" 1 VERSIONINFO -FILEVERSION 0,9,5,8983 -PRODUCTVERSION 0,9,5,8983 +FILEVERSION 0,9,5,9019 +PRODUCTVERSION 0,9,5,9019 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.20171006" + VALUE "FileVersion", "0.9.5-alpha.20171111" VALUE "OriginalFilename", "Mwse.dll" END END