Fixed config, otherwise the build doesn't know what it is...

This commit is contained in:
Robin Krom 2014-09-18 15:02:50 +00:00
parent da157cc52a
commit af946cf6b4

View file

@ -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;
/// <summary>
/// A helper method which returns true if the supplied experimental feature is enabled