From ee35e0194696746a099d3a62cd4d6c8e3a12d574 Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Thu, 18 Feb 2021 22:35:00 +0100 Subject: [PATCH] Bump version to 1.9.0.4 --- ChaosMod/Main.cpp | 2 +- ConfigApp/Info.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChaosMod/Main.cpp b/ChaosMod/Main.cpp index 902fd4fc4..c04718298 100644 --- a/ChaosMod/Main.cpp +++ b/ChaosMod/Main.cpp @@ -328,7 +328,7 @@ void Main::Loop() if (splashTextTime > 0) { - DrawScreenText("Chaos Mod v1.9.0.3 by pongo1231\n\nSee credits.txt for list of contributors", + DrawScreenText("Chaos Mod v1.9.0.4 by pongo1231\n\nSee credits.txt for list of contributors", { .2f, .3f }, .65f, { 60, 245, 190 }, true); #ifdef _DEBUG diff --git a/ConfigApp/Info.cs b/ConfigApp/Info.cs index 67a1f0b5a..e56d51d12 100644 --- a/ConfigApp/Info.cs +++ b/ConfigApp/Info.cs @@ -2,6 +2,6 @@ { public static class Info { - public static string VERSION = "1.9.0.3"; + public static string VERSION = "1.9.0.4"; } }