Change build to "C"

This commit is contained in:
MattNL
2023-03-04 11:34:29 -05:00
parent 54b81e2c2f
commit d4a1cfbebe

View File

@@ -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;