Index: /trunk/BNC/bncabout.html
===================================================================
--- /trunk/BNC/bncabout.html	(revision 1291)
+++ /trunk/BNC/bncabout.html	(revision 1292)
@@ -21,5 +21,5 @@
 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br>
 <br>
-BKG, Frankfurt, Germany, December 2008<br>
+BKG, Frankfurt, Germany, January 2009<br>
 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
 </p>
Index: /trunk/BNC/bncapp.cpp
===================================================================
--- /trunk/BNC/bncapp.cpp	(revision 1291)
+++ /trunk/BNC/bncapp.cpp	(revision 1292)
@@ -70,5 +70,5 @@
   QApplication(argc, argv, GUIenabled) {
 
-  _bncVersion  = "BNC 1.6";
+  _bncVersion  = "BNC 1.7";
 
   _logFileFlag = 0;
Index: /trunk/BNC/bncgetthread.cpp
===================================================================
--- /trunk/BNC/bncgetthread.cpp	(revision 1291)
+++ /trunk/BNC/bncgetthread.cpp	(revision 1292)
@@ -216,5 +216,5 @@
 }
 
-#define AGENTVERSION "1.6"
+#define AGENTVERSION "1.7"
 // Connect to Caster, send the Request (static)
 ////////////////////////////////////////////////////////////////////////////
Index: /trunk/BNC/bnchelp.html
===================================================================
--- /trunk/BNC/bnchelp.html	(revision 1291)
+++ /trunk/BNC/bnchelp.html	(revision 1292)
@@ -1,3 +1,3 @@
-<h3>BKG Ntrip Client (BNC) Version 1.6</h3>
+<h3>BKG Ntrip Client (BNC) Version 1.7</h3>
 
 <p>
@@ -855,4 +855,6 @@
 <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>Dec 2008 &nbsp;</td><td>Version 1.6 &nbsp;</td><td>[Mod] Fill blanc columns in RINEXv3 with 0.000<br> [Add] RTCMv3 decoder for clock and orbit corrections<br>[Add] Check RTCMv3 streams for incoming message types<br> [Add] Decode RTCMv2 message types 3, 20, 21, and 22<br> [Add] Loss of lock and lock time indicator<br> [Bug] Rounding error in RTCMv3 decoder concerning GLONASS height<br> [Mod] Accept GLONASS in RTCMv3 when transmitted first<br> [Add] Leap second 1 January 2009<br> [Add] Offline mode, read data from file<br> [Add] Output antenna descriptor, coordinates and excentricities from RTCMv3<br> [Add] Reconfiguration on-the-fly<br> [Mod] Binary ouput of synchronized observations<br> [Add] Binary output of unsynchronized observations<br> [Bug] Fixed problem with joined RTCMv3 blocks</td></tr>
+<tr><td>Jan 2009 &nbsp;</td><td>Version 1.7 &nbsp;</td><td>
+[Add] Support Pentagon proxies<br> [Mod] Ntrip sourcetable request</td></tr>
 </table>
 </p>
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 1291)
+++ /trunk/BNC/bncwindow.cpp	(revision 1292)
@@ -64,5 +64,5 @@
   setMinimumSize(80*ww, 65*ww);
 
-  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.6"));
+  setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.7"));
 
   connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)), 
@@ -888,5 +888,5 @@
   img->setPixmap(QPixmap(":ntrip-logo.png"));
   dlgLayout->addWidget(img, 0,0);
-  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.6"), 0,1);
+  dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.7"), 0,1);
   dlgLayout->addWidget(tb,1,0,1,2);
   dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);  
