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/AimOscar/aim_10.vcxproj | 12 ------------ protocols/AimOscar/version.h | 7 +++---- 2 files changed, 3 insertions(+), 16 deletions(-) (limited to 'protocols/AimOscar') diff --git a/protocols/AimOscar/aim_10.vcxproj b/protocols/AimOscar/aim_10.vcxproj index 5af082865d..7e5a8287a2 100644 --- a/protocols/AimOscar/aim_10.vcxproj +++ b/protocols/AimOscar/aim_10.vcxproj @@ -94,9 +94,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -122,9 +119,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -157,9 +151,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - @@ -192,9 +183,6 @@ Windows $(SolutionDir)\lib - - ..\..\bin10\make_ver.bat - diff --git a/protocols/AimOscar/version.h b/protocols/AimOscar/version.h index 37c79beed3..b85995d3a5 100644 --- a/protocols/AimOscar/version.h +++ b/protocols/AimOscar/version.h @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#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