From 9897711967365e0add27366de79757237af78dec Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Fri, 24 Jun 2016 18:27:03 +0100 Subject: [PATCH] #4978 Increased wizard version --- src/gui/src/AppConfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/src/AppConfig.h b/src/gui/src/AppConfig.h index bd1ebfcf..593f2d5d 100644 --- a/src/gui/src/AppConfig.h +++ b/src/gui/src/AppConfig.h @@ -36,8 +36,9 @@ // 5: ssl plugin 'ns' v1.1 // 6: ssl plugin 'ns' v1.2 // 7: serial key activation +// 8: Visual Studio 2015 support // -const int kWizardVersion = 7; +const int kWizardVersion = 8; class QSettings; class SettingsDialog;