Index: /trunk/BNC/bncapp.cpp
===================================================================
--- /trunk/BNC/bncapp.cpp	(revision 840)
+++ /trunk/BNC/bncapp.cpp	(revision 841)
@@ -70,5 +70,5 @@
   QApplication(argc, argv, GUIenabled) {
 
-  _bncVersion  = "BNC 1.5";
+  _bncVersion  = "BNC 1.6";
 
   _logFileFlag = 0;
Index: /trunk/BNC/bncgetthread.cpp
===================================================================
--- /trunk/BNC/bncgetthread.cpp	(revision 840)
+++ /trunk/BNC/bncgetthread.cpp	(revision 841)
@@ -159,5 +159,5 @@
 }
 
-#define AGENTVERSION "1.5"
+#define AGENTVERSION "1.6"
 // Connect to Caster, send the Request (static)
 ////////////////////////////////////////////////////////////////////////////
Index: /trunk/BNC/bnchelp.html
===================================================================
--- /trunk/BNC/bnchelp.html	(revision 840)
+++ /trunk/BNC/bnchelp.html	(revision 841)
@@ -1,3 +1,3 @@
-<h3>BKG Ntrip Client (BNC) Version 1.5</h3>
+<h3>BKG Ntrip Client (BNC) Version 1.6</h3>
 
 <p>
@@ -643,4 +643,5 @@
 <tr><td>Jul 2007 &nbsp;</td><td>Version 1.4 &nbsp;</td><td>[Bug] Skip messages from proxy server<br> [Bug] Call RINEX script through 'nohup'</td></tr>
 <tr><td>Apr 2008 &nbsp;</td><td>Version 1.5 &nbsp;</td><td>[Add] Handle ephemeris from RTCM Version 3.x streams<br> [Add] Upgrade to Qt Version 4.3.2<br> [Add] Optional RINEX v3 output<br> [Add] SBAS support<br> [Bug] RINEX skeleton download following stream outage<br> [Add] Handle ephemeris from RTIGS streams<br> [Add] Monitor stream failure/recovery and latency<br> [Mod] Redesign of main window<br> [Bug] Freezing of About window on Mac systems<br> [Bug] Fixed problem with PRN 32 in RTCMv2 decoder<br> [Bug] Fix for Trimble 4000SSI receivers in RTCMv2 decoder<br> [Mod] Major revision of input buffer in RTCMv2 decoder</td></tr>
+<tr><td>May 2008 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000</td></tr>
 </table>
 </p>
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 840)
+++ /trunk/BNC/bncwindow.cpp	(revision 841)
@@ -62,5 +62,5 @@
   setMinimumSize(77*ww, 65*ww);
 
-  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.5"));
+  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.6"));
 
   // Create Actions
@@ -784,5 +784,5 @@
   img->setPixmap(QPixmap(":ntrip-logo.png"));
   dlgLayout->addWidget(img, 0,0);
-  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC) Version 1.5"), 0,1);
+  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC) Version 1.6"), 0,1);
   dlgLayout->addWidget(tb,1,0,1,2);
   dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);  
