summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/init.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-23 14:43:26 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-23 14:43:26 +0000
commit4f76c4c4b6fbc6ab43d7106fe2119454a10d22d4 (patch)
treef78c3086e2c804cf3334ae8120178276e252267e /plugins/Db3x_mmap/src/init.cpp
parent7885d915253b6aa1a32993e81f2953e97ce06397 (diff)
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3727 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/init.cpp')
-rw-r--r--plugins/Db3x_mmap/src/init.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/plugins/Db3x_mmap/src/init.cpp b/plugins/Db3x_mmap/src/init.cpp
index 2e18dc6b57..30c0e9294f 100644
--- a/plugins/Db3x_mmap/src/init.cpp
+++ b/plugins/Db3x_mmap/src/init.cpp
@@ -28,15 +28,16 @@ int hLangpack;
static PLUGININFOEX pluginInfo =
{
sizeof(PLUGININFOEX),
- "Miranda NG mmap database driver",
- __VERSION_DWORD,
- "Provides Miranda database support: global settings, contacts, history, settings per contact.",
- "Miranda-NG project",
- "bio@msx.ru; ghazan@miranda.im",
- "Copyright 2012 Miranda NG project",
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE | STATIC_PLUGIN,
- {0xf7a6b27c, 0x9d9c, 0x4a42, { 0xbe, 0x86, 0xa4, 0x48, 0xae, 0x10, 0x91, 0x61 }} //{F7A6B27C-9D9C-4a42-BE86-A448AE109161}
+ //{F7A6B27C-9D9C-4A42-BE86-A448AE109161}
+ {0xf7a6b27c, 0x9d9c, 0x4a42, {0xbe, 0x86, 0xa4, 0x48, 0xae, 0x10, 0x91, 0x61}}
};
HINSTANCE g_hInst = NULL;