From: duplo Date: Tue, 27 Apr 2010 08:52:27 +0000 (+0000) Subject: Add more explicative comment for latest internal version X-Git-Tag: 2.5.0~387 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=5892c49b4cd4f6f9f40da2c3653043f2b719c9fb;p=bertos.git Add more explicative comment for latest internal version git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3521 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/_wizard_version.py b/wizard/_wizard_version.py index 16df0baf..52b48e03 100644 --- a/wizard/_wizard_version.py +++ b/wizard/_wizard_version.py @@ -39,8 +39,9 @@ # 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.