From 462972ca7cf94c6e959d8c1a2ac6d77e784152a3 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 2 Aug 2012 19:56:00 +0000 Subject: 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 --- plugins/Db3x_mmap/src/version.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/Db3x_mmap/src') diff --git a/plugins/Db3x_mmap/src/version.h b/plugins/Db3x_mmap/src/version.h index 2d10138fcf..8edfeaebb9 100644 --- a/plugins/Db3x_mmap/src/version.h +++ b/plugins/Db3x_mmap/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) -- cgit v1.2.3