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/AVS/src/version.h | |
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/AVS/src/version.h')
-rw-r--r-- | plugins/AVS/src/version.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 58f9cf348c..8edfeaebb9 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,5 +1,3 @@ -#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,92,2,0
+#define __VERSION_STRING "0.92.2.0"
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 92, 2, 0)
|