diff -ur linuxdcpp-1.0.0/client/NmdcHub.cpp linuxdcpp-1.0.0_dave/client/NmdcHub.cpp
--- linuxdcpp-1.0.0/client/NmdcHub.cpp	2007-08-04 17:21:46.000000000 -0400
+++ linuxdcpp-1.0.0_dave/client/NmdcHub.cpp	2007-12-03 14:39:59.000000000 -0500
@@ -796,7 +796,7 @@
 	string myInfoA =
 		"$MyINFO $ALL " + fromUtf8(getMyNick()) + " " + fromUtf8(escape(getCurrentDescription())) +
 		tmp1 + VERSIONSTRING + tmp2 + modeChar + tmp3 + getCounts() + tmp4 + Util::toString(SETTING(SLOTS)) + uMin +
-		">$ $" + SETTING(UPLOAD_SPEED) + "\x01$" + fromUtf8(escape(SETTING(EMAIL))) + '$';
+		">$ $LAN(T3)\x01$" + fromUtf8(escape(SETTING(EMAIL))) + '$';
 	string myInfoB = ShareManager::getInstance()->getShareSizeString() + "$|";
  
  	if(lastMyInfoA != myInfoA || alwaysSend || (lastMyInfoB != myInfoB && lastUpdate + 15*60*1000 < GET_TICK()) ){
diff -ur linuxdcpp-1.0.0/client/version.h linuxdcpp-1.0.0_dave/client/version.h
--- linuxdcpp-1.0.0/client/version.h	2006-12-04 14:11:41.000000000 -0500
+++ linuxdcpp-1.0.0_dave/client/version.h	2007-12-03 14:40:32.000000000 -0500
@@ -17,7 +17,7 @@
  */
 
 #define APPNAME "DC++"
-#define VERSIONSTRING "0.698"
-#define VERSIONFLOAT 0.698
+#define VERSIONSTRING "0.674"
+#define VERSIONFLOAT 0.674
 
 /* Update the .rc file as well... */
