From 448afa6ff83ad5beea924cf20d0943d9f9b5daad Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 2 Mar 2013 13:53:57 +0000 Subject: removed not used headers added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/src/Version.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/MyDetails/src/Version.h (limited to 'plugins/MyDetails/src/Version.h') diff --git a/plugins/MyDetails/src/Version.h b/plugins/MyDetails/src/Version.h new file mode 100644 index 0000000000..11baa34a38 --- /dev/null +++ b/plugins/MyDetails/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 11 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM + +#define __PLUGIN_NAME "My details" +#define __FILENAME "MyDetails.dll" +#define __DESCRIPTION "Shows and allows you to edit your details for all protocols." +#define __AUTHOR "Ricardo Pescuma Domenecci, Drugwash" +#define __AUTHOREMAIL "" +#define __AUTHORWEB "http://miranda-ng.org/" +#define __COPYRIGHT "© 2005-2008 Ricardo Pescuma Domenecci, Drugwash" -- cgit v1.2.3