diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 08:08:27 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 08:08:27 +0000 |
commit | d2727546aff254497b8679cd36e94506356fe248 (patch) | |
tree | 9a01687015b5e8558cf8a9906a21ee7157500185 /plugins/Dbx_mmap_SA | |
parent | 139d135814af67eef7ff81d4d9ff4dbe803d3795 (diff) |
Dbx_mmap_SA: returned to it's own version
git-svn-id: http://svn.miranda-ng.org/main/trunk@1459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/version.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Dbx_mmap_SA/src/version.h b/plugins/Dbx_mmap_SA/src/version.h index 57928c3905..66efe26e18 100644 --- a/plugins/Dbx_mmap_SA/src/version.h +++ b/plugins/Dbx_mmap_SA/src/version.h @@ -1,6 +1,4 @@ -#include "m_version.h"
-
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __VERSION_DWORD MIRANDA_VERSION_DWORD
+#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"
|