diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:32:56 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:32:56 +0000 |
commit | 55f3f8ff12e1a7388706b8ccdae139ca946742dc (patch) | |
tree | c263e64088f945dcd6e1e6455d54750a3a116c36 /plugins/NotesAndReminders/src/Version.h | |
parent | c88da6458529946933cb458bc79f5484a70899cc (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders/src/Version.h')
-rw-r--r-- | plugins/NotesAndReminders/src/Version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/NotesAndReminders/src/Version.h b/plugins/NotesAndReminders/src/Version.h new file mode 100644 index 0000000000..6e1d0faab9 --- /dev/null +++ b/plugins/NotesAndReminders/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 5
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Sticky Notes & Reminders"
+#define __FILENAME "NotesReminders.dll"
+#define __DESCRIPTION "Sticky Notes & Reminders Implementation for Miranda NG."
+#define __AUTHOR "Joe Kucera, Lubomir Kolev Ivanov, Georg Fischer"
+#define __AUTHOREMAIL "jokusoftware@users.sourceforge.net; d00mEr@dir.bg"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2003-2005 Joe Kucera, Lubomir Ivanov"
|