diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-20 22:03:07 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-20 22:03:07 +0000 |
commit | 771a25d5bb880bb235a1ba188dc0fd8782a4a2f6 (patch) | |
tree | 8a6c1b9ea95754978afddfefbf9241295bc5683f /plugins/!Deprecated/Dbx_mmap_SA/src/version.h | |
parent | bdaadd1f1178ce393f38c282ad076d58099395f5 (diff) |
Dbx_mmap_SA is moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!Deprecated/Dbx_mmap_SA/src/version.h')
-rw-r--r-- | plugins/!Deprecated/Dbx_mmap_SA/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/!Deprecated/Dbx_mmap_SA/src/version.h b/plugins/!Deprecated/Dbx_mmap_SA/src/version.h new file mode 100644 index 0000000000..c77ad2d7ed --- /dev/null +++ b/plugins/!Deprecated/Dbx_mmap_SA/src/version.h @@ -0,0 +1,14 @@ +#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 "Dbx_mmap_SA.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/p/Dbx_mmap_SA/"
+#define __COPYRIGHT "© 2000-2011 Miranda IM project, 2012 Miranda NG project FYR, chaos.persei, induction, nullbie"
|