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/Gadu-Gadu/Gadu-Gadu_10.vcxproj | 12 ------------ protocols/Gadu-Gadu/version.h | 8 +++----- 2 files changed, 3 insertions(+), 17 deletions(-) (limited to 'protocols/Gadu-Gadu') diff --git a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj index e4cb1fcd92..87caaab567 100644 --- a/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj +++ b/protocols/Gadu-Gadu/Gadu-Gadu_10.vcxproj @@ -97,9 +97,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -128,9 +125,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -164,9 +158,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -200,9 +191,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - diff --git a/protocols/Gadu-Gadu/version.h b/protocols/Gadu-Gadu/version.h index a868c43720..aed5ea4c20 100644 --- a/protocols/Gadu-Gadu/version.h +++ b/protocols/Gadu-Gadu/version.h @@ -18,8 +18,6 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //////////////////////////////////////////////////////////////////////////////// -#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