diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-02 19:41:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-02 19:41:38 +0000 |
commit | 092d9b814c8c2e523fa2a73c69fa26cda1a5c17f (patch) | |
tree | 254f1fa0e3876d7ef1736d4e062a52d23d51bf1b /plugins/Clist_nicer/src/version.h | |
parent | 0e9e528e18ff63d46e5b3471d6fa12344b0d28b3 (diff) |
unified project for clist_nicer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/version.h')
-rw-r--r-- | plugins/Clist_nicer/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Clist_nicer/src/version.h b/plugins/Clist_nicer/src/version.h new file mode 100644 index 0000000000..babd66c1bc --- /dev/null +++ b/plugins/Clist_nicer/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 9
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 4
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Clist nicer"
+#define __FILENAME "Clist_nicer.dll"
+#define __DESCRIPTION "Displays contacts, event notifications, protocol status."
+#define __AUTHOR "Pixel, egoDust, cyreve, Nightwish"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p/Clist_nicer/"
+#define __COPYRIGHT "Copyright 2000-2010 Miranda-IM project"
|