diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 15:51:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-23 15:51:52 +0000 |
commit | ee8802d8809f2effd5ae827cba7137f2dd684b6d (patch) | |
tree | 086debfdebb29ce92ee9e9bb436c30ff3f67e8ef /plugins/Dbx_mmap_SA/src/version.h | |
parent | ba0fb1404b113a7ced189e5f38cd5a960d67badf (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/version.h')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/version.h | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/plugins/Dbx_mmap_SA/src/version.h b/plugins/Dbx_mmap_SA/src/version.h index 66efe26e18..ec76a43199 100644 --- a/plugins/Dbx_mmap_SA/src/version.h +++ b/plugins/Dbx_mmap_SA/src/version.h @@ -1,4 +1,14 @@ -#define __FILEVERSION_STRING 0,7,5,4
-#define __VERSION_STRING "0.7.5.4"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 7, 5, 4)
-#define __PLUGIN_NAME "Miranda NG secure database driver"
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 7
+#define __RELEASE_NUM 5
+#define __BUILD_NUM 4
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Miranda NG mmap secure database driver"
+#define __FILENAME "ClientChangeNotify.dll"
+#define __DESCRIPTION "Provides Miranda database support: global settings, contacts, history, settings per contact. Enhanced modification with Encryption support."
+#define __AUTHOR "Miranda-IM project, modification by FYR and chaos.persei, nullbie, Billy_Bons"
+#define __AUTHOREMAIL "chaos.persei@gmail.com; ashpynov@gmail.com; bio@msx.ru; ghazan@miranda.im"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2000-2011 Miranda IM project, 2012 Miranda NG project FYR, chaos.persei, induction, nullbie"
|