From af946cf6b448ee46bbf6672bd96c71935811fda6 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Thu, 18 Sep 2014 15:02:50 +0000 Subject: [PATCH] Fixed config, otherwise the build doesn't know what it is... --- GreenshotPlugin/Core/CoreConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotPlugin/Core/CoreConfiguration.cs b/GreenshotPlugin/Core/CoreConfiguration.cs index 17ce704b9..4bd5e7172 100644 --- a/GreenshotPlugin/Core/CoreConfiguration.cs +++ b/GreenshotPlugin/Core/CoreConfiguration.cs @@ -254,7 +254,7 @@ namespace GreenshotPlugin.Core { public bool ProcessEXIFOrientation; // Specifies what THIS build is - public BuildStates BuildState = Assembly.GetExecutingAssembly().GetName().Version.Build % 2 == 0 ? BuildStates.UNSTABLE : BuildStates.RELEASE; + public BuildStates BuildState = BuildStates.RELEASE_CANDIDATE; /// /// A helper method which returns true if the supplied experimental feature is enabled