From d2946eb5bb3692806bb67e6e8a8d981f0e599850 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Aug 2012 21:21:45 +0000 Subject: removal of the rest of __DATE__ and __TIME__ git-svn-id: http://svn.miranda-ng.org/main/trunk@1332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Tlen/tlen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/!NotAdopted/Tlen/tlen.c') diff --git a/plugins/!NotAdopted/Tlen/tlen.c b/plugins/!NotAdopted/Tlen/tlen.c index 2f8d860a64..8e062a54b0 100644 --- a/plugins/!NotAdopted/Tlen/tlen.c +++ b/plugins/!NotAdopted/Tlen/tlen.c @@ -58,7 +58,7 @@ PLUGININFOEX pluginInfoEx = { "Tlen Protocol", #endif PLUGIN_MAKE_VERSION(TLEN_MAJOR_VERSION,TLEN_MINOR_VERSION,TLEN_RELEASE_NUM,TLEN_BUILD_NUM), - "Tlen protocol plugin for Miranda IM (version: "TLEN_VERSION_STRING" ; compiled: "__DATE__" "__TIME__")", + "Tlen protocol plugin for Miranda IM (version: " TLEN_VERSION_STRING ")", "Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki", "the_leech@users.berlios.de", "(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki", @@ -633,4 +633,3 @@ int __declspec(dllexport) Unload(void) { return 0; } - -- cgit v1.2.3