From 75336b45dccae06adb23a9619b4f44bee5a8bad7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 27 Dec 2017 20:11:27 +0300 Subject: ContextHelp: remove obsolete info (email, etc.) --- plugins/ContextHelp/src/stdafx.h | 2 -- plugins/ContextHelp/src/version.h | 20 -------------------- 2 files changed, 22 deletions(-) diff --git a/plugins/ContextHelp/src/stdafx.h b/plugins/ContextHelp/src/stdafx.h index 98cea224c5..ca918fd4f0 100644 --- a/plugins/ContextHelp/src/stdafx.h +++ b/plugins/ContextHelp/src/stdafx.h @@ -47,7 +47,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern HINSTANCE hInstance; -#define USERAGENT_VERSION "0.2.1.2" - #endif //CONTEXTHELP_COMMONHEADERS_H \ No newline at end of file diff --git a/plugins/ContextHelp/src/version.h b/plugins/ContextHelp/src/version.h index 1c7db8e682..7338062bf1 100644 --- a/plugins/ContextHelp/src/version.h +++ b/plugins/ContextHelp/src/version.h @@ -17,26 +17,6 @@ along with this program (Help-License.txt); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* -#define NEEDED_MIRANDA_VERSION PLUGIN_MAKE_VERSION(0,6,0,0) -#define NEEDED_MIRANDA_VERSION_STR "0.6" -#define PLUGIN_VERSION PLUGIN_MAKE_VERSION(0,2,1,2) -#define FILE_VERSION 0,2,1,2 - -#ifdef _DEBUG - #define FILE_VERSION_STR "0.2.1.3 alpha" - #define USERAGENT_VERSION "0.2.1.3 (alpha)" -#else - #define FILE_VERSION_STR "0.2.1.2" - #define USERAGENT_VERSION "0.2.1.2" -#endif - -#define PLUGIN_EMAIL "hrathh users.sourceforge.net" -#define PLUGIN_EMAIL_ATT_POS 7 // position of the @-sign in the email adress above - - #define PLUGIN_WEBSITE "http://addons.miranda-im.org/details.php?action=viewfile&id=3475" -*/ - #define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 1 -- cgit v1.2.3