Use fixed size for the Wizard dialog.
[bertos.git] / wizard / _wizard_version.py
index c262e383820429b70a81cb0f3e65b51f70730ae8..57b67c8db0ba8ce3afb27d7d07b580eb6d726992 100644 (file)
 # 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 - Use the old makefile templates (into /mktemplates/old) and the old logic
+#       Instead of the new one.
+#   3 - Current version.
 
 
 # NOTE: Change this variable may cause the wizard to not work properly. 
-WIZARD_VERSION = 1
+WIZARD_VERSION = 3