Changeset 7855 in ntrip for trunk/BNC


Ignore:
Timestamp:
Apr 7, 2016, 10:13:29 AM (8 years ago)
Author:
stuerze
Message:

release number added in about window

Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncversion.h

    r6562 r7855  
    44
    55#define BNCVERSION "2.12"
    6 
     6#define BNCRELEASE ".0"
    77#define BNCPGMNAME "BNC " BNCVERSION
    88
  • trunk/BNC/src/bncwindow.cpp

    r7797 r7855  
    22842284  img->setPixmap(QPixmap(":ntrip-logo.png"));
    22852285  dlgLayout->addWidget(img, 0,0);
    2286   dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION), 0,1);
     2286  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version "BNCVERSION BNCRELEASE), 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.