From 0eaa973c8e3ec2c4b8381389852cca5df1c33b9c Mon Sep 17 00:00:00 2001 From: JavidPack Date: Mon, 17 May 2021 20:15:46 -0600 Subject: [PATCH] v0.11.8.4 Release --- ExampleMod/build.txt | 2 +- patches/tModLoader/Terraria.ModLoader/ModLoader.cs | 2 +- solutions/CompleteRelease.bat | 2 +- solutions/ReleaseExtras/version | 2 +- solutions/documentation/Doxyfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ExampleMod/build.txt b/ExampleMod/build.txt index 1ce9a5409e1..11b10269f58 100644 --- a/ExampleMod/build.txt +++ b/ExampleMod/build.txt @@ -1,5 +1,5 @@ author = TML Team -version = 0.11.8.3 +version = 0.11.8.4 displayName = Example Mod homepage = https://tmodloader.net/ hideCode = false diff --git a/patches/tModLoader/Terraria.ModLoader/ModLoader.cs b/patches/tModLoader/Terraria.ModLoader/ModLoader.cs index 319cf438aae..c2f7b2bab8e 100644 --- a/patches/tModLoader/Terraria.ModLoader/ModLoader.cs +++ b/patches/tModLoader/Terraria.ModLoader/ModLoader.cs @@ -27,7 +27,7 @@ namespace Terraria.ModLoader /// public static class ModLoader { - public static readonly Version version = new Version(0, 11, 8, 3); + public static readonly Version version = new Version(0, 11, 8, 4); // Stores the most recent version of tModLoader launched. Can be used for migration. public static Version LastLaunchedTModLoaderVersion; // public static bool ShowWhatsNew; diff --git a/solutions/CompleteRelease.bat b/solutions/CompleteRelease.bat index 19a9cef3779..7241eb1cd93 100644 --- a/solutions/CompleteRelease.bat +++ b/solutions/CompleteRelease.bat @@ -4,7 +4,7 @@ @ECHO off :: Compile/Build exe echo "Building Release" -set tModLoaderVersion=v0.11.8.3 +set tModLoaderVersion=v0.11.8.4 call buildRelease.bat set destinationFolder=.\tModLoader %tModLoaderVersion% Release diff --git a/solutions/ReleaseExtras/version b/solutions/ReleaseExtras/version index eea2f20398f..827fcf1dbe6 100644 --- a/solutions/ReleaseExtras/version +++ b/solutions/ReleaseExtras/version @@ -1 +1 @@ -v0.11.8.3 \ No newline at end of file +v0.11.8.4 \ No newline at end of file diff --git a/solutions/documentation/Doxyfile b/solutions/documentation/Doxyfile index 8ccdc9879d4..7d89e814a82 100644 --- a/solutions/documentation/Doxyfile +++ b/solutions/documentation/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Terraria ModLoader" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.11.8.3 +PROJECT_NUMBER = 0.11.8.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a