X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2F_wizard_version.py;h=38fc923da2322047d460b46e06c2995c7d6bcbea;hb=57dfb183e24175bc782647d4e6aebe31063f3881;hp=da5745075e22ad399754d5b30e069a03183a7685;hpb=85a0e5ef831385250d4855b1a19b1ae561f14f0c;p=bertos.git diff --git a/wizard/_wizard_version.py b/wizard/_wizard_version.py index da574507..38fc923d 100644 --- a/wizard/_wizard_version.py +++ b/wizard/_wizard_version.py @@ -28,7 +28,6 @@ # # Copyright 2010 Develer S.r.l. (http://www.develer.com/) # -# $Id$ # # Author: Lorenzo Berni # @@ -39,9 +38,14 @@ # 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 SOURCES_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 - Use the old makefile templates (into /mktemplates/old) and the old logic +# Instead of the new one. +# 3 - Use default PROJECT_SRC_PATH_FROM_MAKEFILE and PROJECT_HW_PATH_FROM_MAKEFILE +# 4 - Current version. +# # NOTE: Change this variable may cause the wizard to not work properly. -WIZARD_VERSION = 1 +WIZARD_VERSION = 4