From d4a1cfbebe205c9a32b1f495140bc07adc38b002 Mon Sep 17 00:00:00 2001 From: MattNL Date: Sat, 4 Mar 2023 11:34:29 -0500 Subject: [PATCH] Change build to "C" --- PCK-Studio/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Program.cs b/PCK-Studio/Program.cs index 0a9080c1..14e69378 100644 --- a/PCK-Studio/Program.cs +++ b/PCK-Studio/Program.cs @@ -11,7 +11,7 @@ namespace PckStudio { // this is to specify which build release this is. This is manually updated for now // TODO: add different chars for different configurations - private const string BuildType = "b"; + private const string BuildType = "c"; private System.Globalization.Calendar BuildCalendar = new System.Globalization.CultureInfo("en-US").Calendar; private DateTime date = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;