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/JabberG/jabber_10.vcxproj | 12 ------------ protocols/JabberG/version.h | 7 +++---- 2 files changed, 3 insertions(+), 16 deletions(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/jabber_10.vcxproj b/protocols/JabberG/jabber_10.vcxproj index 4eb05088e3..6c5d44e29d 100644 --- a/protocols/JabberG/jabber_10.vcxproj +++ b/protocols/JabberG/jabber_10.vcxproj @@ -103,9 +103,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -141,9 +138,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -174,9 +168,6 @@ type=%27Win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27X86%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies) $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -206,9 +197,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - diff --git a/protocols/JabberG/version.h b/protocols/JabberG/version.h index 2d10138fcf..fead11179a 100644 --- a/protocols/JabberG/version.h +++ b/protocols/JabberG/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