summaryrefslogtreecommitdiff
path: root/plugins/Alarms/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-06 19:46:34 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-06 19:46:34 +0000
commite70263fa09e2b16cd0ab8d45c6cf16e5b9788944 (patch)
treed3831df3ca36dbc28bc4cfb98a4fa897deb71e95 /plugins/Alarms/Version.h
parent3dfe76ebba2cc8264d5548db3446587fd08f032e (diff)
fixed plugin info
plusified AssocMgr plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Alarms/Version.h')
-rw-r--r--plugins/Alarms/Version.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/Alarms/Version.h b/plugins/Alarms/Version.h
new file mode 100644
index 0000000000..45934bc715
--- /dev/null
+++ b/plugins/Alarms/Version.h
@@ -0,0 +1,20 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 4
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 5
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
+
+#define __STRINGIFY_IMPL(x) #x
+#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
+#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
+
+#define __PLUGIN_NAME "Alarms"
+#define __INTERNAL_NAME "Alarms"
+#define __FILENAME "Alarms.dll"
+#define __DESCRIPTION "Set once-off, daily, weekly and weekday alarms."
+#define __AUTHOR "Scott Ellis"
+#define __AUTHOREMAIL "mail@scottellis.com.au"
+#define __AUTHORWEB "http://www.scottellis.com.au"
+#define __COPYRIGHT "© 2005 Scott Ellis"