Updated wizard version to '4' to force plugin download #4529

This commit is contained in:
Nick Bolton 2015-05-21 16:49:07 +01:00
parent 18d85f1b6b
commit 0de7a08b4c
1 changed files with 3 additions and 1 deletions

View File

@ -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;