Release preparations

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2216 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-28 18:12:41 +00:00
parent 6b60926e4e
commit 5c4698256e
10 changed files with 48 additions and 195 deletions

View file

@ -195,8 +195,8 @@ namespace GreenshotPlugin.Core {
public bool EnableSpecialDIBClipboardReader;
// Specify what THIS build is
public bool isRelease = false;
public bool isReleaseCandidate = true;
public bool isRelease = true;
public bool isReleaseCandidate = false;
public bool isUnstable = false;
/// <summary>
@ -294,7 +294,7 @@ namespace GreenshotPlugin.Core {
/// </summary>
public override void AfterLoad() {
// Comment with releases
CheckUnstable = true;
// CheckUnstable = true;
if (OutputDestinations == null) {
OutputDestinations = new List<string>();