diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:42:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:42:08 +0000 |
commit | 102a413497df49bd2af8ee0a1770718fa0ecfcc2 (patch) | |
tree | f89a458502fb1679be3eeccc0bd0a8fbb3914a08 /plugins/TooltipNotify/src/version.h | |
parent | cf72bb04a7650ae5e1b7011d17ce572bb06896b0 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TooltipNotify/src/version.h')
-rw-r--r-- | plugins/TooltipNotify/src/version.h | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/plugins/TooltipNotify/src/version.h b/plugins/TooltipNotify/src/version.h index 9de12d2cee..6a60505c7c 100644 --- a/plugins/TooltipNotify/src/version.h +++ b/plugins/TooltipNotify/src/version.h @@ -1,11 +1,14 @@ -/*********************************************************************/
-//
-// Tooltip Notify version file
-//
-/*********************************************************************/
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 6
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 47
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define MAJOR 0
-#define MINOR 6
-#define BUILD 0
-#define REVISION 47
+#define __PLUGIN_NAME "Tooltip notify"
+#define __FILENAME "TooltipNotify.dll"
+#define __DESCRIPTION "Shows a small tooltip above system tray area when a contact status is changed."
+#define __AUTHOR "perf"
+#define __AUTHOREMAIL "perf@mail333.com"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2004-2008 Gneedah software"
|