diff --git a/MOD/Witcher.mod b/MOD/Witcher.mod index 6dfd80973..f5f0f98cf 100644 --- a/MOD/Witcher.mod +++ b/MOD/Witcher.mod @@ -29,4 +29,4 @@ replace_path = "map/statics" tags={ "The Witcher" "Map" "Fantasy" "Total Conversion" "Complete Overhaul" "Rpg" } picture="WitcherKings.jpg" -supported_checksums = { TTCB } \ No newline at end of file +supported_checksums = { HLBR } \ No newline at end of file diff --git a/MOD/Witcher/changelog.txt b/MOD/Witcher/changelog.txt index af899e6ae..9ccfc080b 100644 --- a/MOD/Witcher/changelog.txt +++ b/MOD/Witcher/changelog.txt @@ -1,5 +1,9 @@ ---------------------------------------------------------------------------------------------------------------- -v0.10.0 Next release +v0.10.1 Next release +---------------------------------------------------------------------------------------------------------------- + +---------------------------------------------------------------------------------------------------------------- +v0.10.0 2019-01-06 ---------------------------------------------------------------------------------------------------------------- Compatibility with vanilla 3.0.1 #109 diff --git a/RELEASING.md b/RELEASING.md index 1455bde08..35f32974e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -2,7 +2,7 @@ This page lists the steps to perform a new release of the mod. 1. Update [MOD/Witcher/changelog.txt](MOD/Witcher/changelog.txt) with release version and date, compatible vanilla version, list of features & bugfixes. 2. Check that [MOD/Witcher/credits.txt](MOD/Witcher/credits.txt) is up-to-date. -3. Launch the game with vanilla only and verify the checksum matches. +3. Launch the game with vanilla only and verify the checksum matches (otherwise verify game files integrity in Steam) 4. Launch the game with vanilla + Witcher Kings mod (and no other mod) and note down the checksum. 5. Update the supported_checksums in Witcher.mod file, replacing with the new checksum 6. Copy the modified [MOD/Witcher/Witcher.mod](MOD/Witcher/Witcher.mod) file from git, launch the game again, and verify that the on-startup checksum warning doesn't popup, even when the associated game rule is active.