]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index 848ca2efe6a9909775bc6b60efddceaf07643ac4..c0892ab522855bebcf1a574512b952a8ee03b38a 100644 (file)
@@ -454,7 +454,7 @@ namespace bbtk
 
                        // writing file header
                        content += "# ----------------------------------\n";
-                       content += "# - BBTKGEditor v 1.0 BBS BlackBox Script\n";
+                       content += "# - BBTKGEditor v 1.1 BBS BlackBox Script\n";
                        content += "# ----------------------------------\n";
                        content += "\n";
                        content += _tabsMgr->getActualDiagramBBS();
@@ -517,7 +517,7 @@ namespace bbtk
 
                        // writing file header
                        content += "# ----------------------------------\n";
-                       content += "# - BBTKGEditor v 1.0 BBG BlackBox Diagram file\n";
+                       content += "# - BBTKGEditor v 1.1 BBG BlackBox Diagram file\n";
                        content += "# - ";
 
                        content += (const char*) (fileName.mb_str());