From a4861f09eb12744e28718da2e38dda9482b5dc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Thu, 18 Sep 2014 09:39:45 +0000 Subject: Implement basic Dummy protocol git-svn-id: http://svn.miranda-ng.org/main/trunk@10506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Dummy/src/version.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 protocols/Dummy/src/version.h (limited to 'protocols/Dummy/src/version.h') diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h new file mode 100644 index 0000000000..3e8d121f23 --- /dev/null +++ b/protocols/Dummy/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 + +#include + +#define __PLUGIN_NAME "Dummy protocol" +#define __FILENAME "Dummy.dll" +#define __DESCRIPTION "Dummy protocol for Miranda NG." +#define __AUTHOR "Robert P\xf6" "sel" +#define __AUTHOREMAIL "robyer@seznam.cz" +#define __AUTHORWEB "http://miranda-ng.org/p/Dummy/" +#define __COPYRIGHT "© 2014 Robert P\xf6" "sel" -- cgit v1.2.3