Changeset 7883 in ntrip


Ignore:
Timestamp:
Apr 21, 2016, 12:10:47 PM (8 years ago)
Author:
stuerze
Message:

BNC's release number is now part of variable BNCVERSION

Location:
branches/BNC_2.12/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncmain.cpp

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

    r7880 r7883  
    33#define BNCVERSION_H
    44
    5 #define BNCVERSION "2.12"
    6 #define BNCRELEASE ".1"
     5#define BNCVERSION "2.12.1"
    76#define BNCPGMNAME "BNC " BNCVERSION
    87
  • branches/BNC_2.12/src/bncwindow.cpp

    r7864 r7883  
    20422042           this, SLOT(slotMountPointsRead(QList<bncGetThread*>)));
    20432043
    2044   BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION BNCRELEASE" ("BNC_OS") ==========", true);
     2044  BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION" ("BNC_OS") ==========", true);
    20452045
    20462046  bncSettings settings;
     
    22842284  img->setPixmap(QPixmap(":ntrip-logo.png"));
    22852285  dlgLayout->addWidget(img, 0,0);
    2286   dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION BNCRELEASE), 0,1);
     2286  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION), 0,1);
    22872287  dlgLayout->addWidget(tb,1,0,1,2);
    22882288  dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.