Changeset 2012 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Nov 25, 2009, 11:55:12 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r2009 r2012  
    4848#include "bncwindow.h"
    4949#include "bncsettings.h"
     50#include "bncversion.h"
    5051
    5152using namespace std;
     
    143144    app.connect(caster, SIGNAL(getThreadsFinished()), &app, SLOT(quit()));
    144145 
    145     ((bncApp*)qApp)->slotMessage("========== Start BNC v1.7 =========", true);
     146    ((bncApp*)qApp)->slotMessage("========== Start BNC v" BNCVERSION " =========", true);
    146147
    147148    // Normal case - data from Internet
Note: See TracChangeset for help on using the changeset viewer.