Changeset 7860 in ntrip


Ignore:
Timestamp:
Apr 8, 2016, 2:26:54 PM (8 years ago)
Author:
stuerze
Message:

release number is added in BNC logfile header line

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r7854 r7860  
    466466    BNC_CORE->connect(caster, SIGNAL(getThreadsFinished()), &app, SLOT(quit()));
    467467
    468     BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " ("BNC_OS") ==========", true);
     468    BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION BNCRELEASE" ("BNC_OS") ==========", true);
    469469
    470470    // Normal case - data from Internet
  • trunk/BNC/src/bncwindow.cpp

    r7855 r7860  
    20422042           this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
    20432043
    2044   BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " ("BNC_OS") ==========", true);
     2044  BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION BNCRELEASE" ("BNC_OS") ==========", true);
    20452045
    20462046  bncSettings settings;
Note: See TracChangeset for help on using the changeset viewer.