diff options
Diffstat (limited to 'plugins/ZeroNotification/src/version.h')
-rw-r--r-- | plugins/ZeroNotification/src/version.h | 22 |
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"
|