summaryrefslogtreecommitdiff
path: root/plugins/ZeroNotification/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-14 07:25:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-14 07:25:18 +0000
commit7e5f2445f906ade2533fc3a4b6d14b8da52ec522 (patch)
tree047fd3f971693966aff68a0b2296fc93378e1f3f /plugins/ZeroNotification/src/version.h
parent493982e975182de392d6f732bfa4e974605c4c83 (diff)
added precompiled header
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@4012 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroNotification/src/version.h')
-rw-r--r--plugins/ZeroNotification/src/version.h22
1 files changed, 13 insertions, 9 deletions
diff --git a/plugins/ZeroNotification/src/version.h b/plugins/ZeroNotification/src/version.h
index 4678228b05..cb392b4f2f 100644
--- a/plugins/ZeroNotification/src/version.h
+++ b/plugins/ZeroNotification/src/version.h
@@ -1,10 +1,14 @@
-#define VER_MAJOR 0
-#define VER_MINOR 0
-#define VER_RELEASE 0
-#define VER_BUILD 5
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 5
-#define PLUGINNAME_SHORT "ZeroNotify"
-#define PLUGINNAME "Zero Notifications"
-#define DESCRIPTION "Adds options to automatically disable notifications when a protocol is in a certain status."
-#define AUTHOR "bidyut (<0.0.0.5), Maat"
-#define COPYRIGHT "© 2005 bidyut, © 2009 Maat"
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Zero notifications"
+#define __FILENAME "ZeroNotify.dll"
+#define __DESCRIPTION "Adds options to automatically disable notifications when a protocol is in a certain status."
+#define __AUTHOR "bidyut, Maat"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2005 bidyut, 2009 Maat"