Index: trunk/BNC/bncmain.cpp
===================================================================
--- trunk/BNC/bncmain.cpp	(revision 2008)
+++ trunk/BNC/bncmain.cpp	(revision 2009)
@@ -143,5 +143,5 @@
     app.connect(caster, SIGNAL(getThreadsFinished()), &app, SLOT(quit()));
   
-    ((bncApp*)qApp)->slotMessage("============ Start BNC ============", true);
+    ((bncApp*)qApp)->slotMessage("========== Start BNC v1.7 =========", true);
 
     // Normal case - data from Internet
Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 2008)
+++ trunk/BNC/bncwindow.cpp	(revision 2009)
@@ -1100,5 +1100,5 @@
            this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
 
-  ((bncApp*)qApp)->slotMessage("============ Start BNC ============", true);
+  ((bncApp*)qApp)->slotMessage("========== Start BNC v1.7 =========", true);
 
   bncSettings settings;
