diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 19:56:00 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-02 19:56:00 +0000 |
commit | 462972ca7cf94c6e959d8c1a2ac6d77e784152a3 (patch) | |
tree | 823857168c6b677d8d94775ddedae096733e5402 /plugins/Db3x/src | |
parent | 4e932f1678b7e926d436e1fcd6a7b5c2c3f9b1a0 (diff) |
non-core plugins unlinked frome a core version (m_version.h)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1329 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x/src')
-rw-r--r-- | plugins/Db3x/src/version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Db3x/src/version.h b/plugins/Db3x/src/version.h index 2d10138fcf..fead11179a 100644 --- a/plugins/Db3x/src/version.h +++ b/plugins/Db3x/src/version.h @@ -1,5 +1,4 @@ -#include "m_version.h"
+#define __FILEVERSION_STRING 0,92,2,0
+#define __VERSION_STRING "0.92.2.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
-#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
-#define __VERSION_STRING MIRANDA_VERSION_STRING
-#define __VERSION_DWORD MIRANDA_VERSION_DWORD
|