X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=wizard%2F_wizard_version.py;h=52b48e03bba5749169b120174b16937c6698be8c;hb=adf4a56dc7329b8add0891e0ff11fca3f5add6f6;hp=c262e383820429b70a81cb0f3e65b51f70730ae8;hpb=95b71bb91147ac88fa10fed3385ce2f0307fe13c;p=bertos.git diff --git a/wizard/_wizard_version.py b/wizard/_wizard_version.py index c262e383..52b48e03 100644 --- a/wizard/_wizard_version.py +++ b/wizard/_wizard_version.py @@ -39,9 +39,10 @@ # Previous versions: # 0 - the project file doesn't contain the version number. # When the current Wizard is opening project done with this version of -# the Wizard it has to change the origina BERTOS_PATH to the local path -# 1 - this is the current version. No special behaviours needed. +# the Wizard it has to change the original SOURCES_PATH to the local path +# 1 - SOURCES_PATH used instead of BERTOS_PATH +# 2 - current version. # NOTE: Change this variable may cause the wizard to not work properly. -WIZARD_VERSION = 1 +WIZARD_VERSION = 2