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 --- protocols/Yahoo/Yahoo_10.vcxproj | 12 ------------ protocols/Yahoo/version.h | 7 +++---- 2 files changed, 3 insertions(+), 16 deletions(-) (limited to 'protocols/Yahoo') diff --git a/protocols/Yahoo/Yahoo_10.vcxproj b/protocols/Yahoo/Yahoo_10.vcxproj index df137c81a7..ab4e5e2b7e 100644 --- a/protocols/Yahoo/Yahoo_10.vcxproj +++ b/protocols/Yahoo/Yahoo_10.vcxproj @@ -96,9 +96,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -126,9 +123,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -161,9 +155,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -196,9 +187,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - diff --git a/protocols/Yahoo/version.h b/protocols/Yahoo/version.h index 6a4f95694c..c431ab4a7e 100644 --- a/protocols/Yahoo/version.h +++ b/protocols/Yahoo/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 -- cgit v1.2.3