X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=PeerCast.root%2FPeerCast%2Fcore%2Fcommon%2Fversion2.h;h=e6ac66c077b5003a779961a5be2a68b0ec77af1d;hb=d740be2282b31ac3a3cd0de3872a812f17baadfa;hp=f9517a00da2226b92bcaa342d1280a5970bf1008;hpb=38620345658c63e840fa77ceea3edbad7549e80f;p=peercast-im%2FPeerCastIM.git diff --git a/PeerCast.root/PeerCast/core/common/version2.h b/PeerCast.root/PeerCast/core/common/version2.h index f9517a0..e6ac66c 100644 --- a/PeerCast.root/PeerCast/core/common/version2.h +++ b/PeerCast.root/PeerCast/core/common/version2.h @@ -44,9 +44,9 @@ extern int version_ex; // PP #if 1 /* for VP extend version */ //#define VERSION_EX 1 static const char *PCP_CLIENT_VERSION_EX_PREFIX = "IM"; // 2bytes only -static const int PCP_CLIENT_VERSION_EX_NUMBER = 27; -static const char *PCX_AGENTEX = "PeerCast/0.1218(IM0027-4)"; -static const char *PCX_VERSTRING_EX = "v0.1218(IM0027-4)"; +static const int PCP_CLIENT_VERSION_EX_NUMBER = 29; +static const char *PCX_AGENTEX = "PeerCast/0.1218(IM0029)"; +static const char *PCX_VERSTRING_EX = "v0.1218(IM0029)"; #endif // ------------------------------------------------