From ed303d384d0a5e97a8996dc5af81427617e7fefd Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 20 Jun 2015 20:39:18 +0200 Subject: [PATCH] ENABLE_CRASHHANLDER was accidentally enabled when preparing last release Signed-off-by: Sven Strickroth --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 78e195d46..b171d0fc0 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ * * This only makes sense for official (preview) releases of the TortoiseGit team */ -#define ENABLE_CRASHHANLDER 1 +#define ENABLE_CRASHHANLDER 0 /***************************************************************************** * TortoiseGit PGP Public Key used to sign releases -- 2.11.4.GIT