mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Fixed config, otherwise the build doesn't know what it is...
This commit is contained in:
parent
da157cc52a
commit
af946cf6b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue