From 0de7a08b4cfeb376bf8802e711b99459bf109dc7 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 21 May 2015 16:49:07 +0100 Subject: [PATCH] Updated wizard version to '4' to force plugin download #4529 --- src/gui/src/AppConfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/src/AppConfig.h b/src/gui/src/AppConfig.h index f9ed71c0..3a304b91 100644 --- a/src/gui/src/AppConfig.h +++ b/src/gui/src/AppConfig.h @@ -31,8 +31,10 @@ // 1: first version // 2: added language page // 3: added premium page and removed +// 4: ssl plugin 'ns' introduced +// 5: ssl plugin 'ns' updated // -const int kWizardVersion = 4; +const int kWizardVersion = 5; class QSettings; class SettingsDialog;