From d6ed23e489d106cd4b06a03c820706467e853f49 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Jan 2014 09:05:39 +0000 Subject: end of version zoo git-svn-id: http://svn.miranda-ng.org/main/trunk@7880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StatusChange/StatusChange_10.vcxproj | 8 ++++---- plugins/StatusChange/StatusChange_11.vcxproj | 8 ++++---- plugins/StatusChange/src/Version.h | 24 ++++++++++++------------ 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'plugins/StatusChange') diff --git a/plugins/StatusChange/StatusChange_10.vcxproj b/plugins/StatusChange/StatusChange_10.vcxproj index a26a2fd526..40ddd29d1d 100644 --- a/plugins/StatusChange/StatusChange_10.vcxproj +++ b/plugins/StatusChange/StatusChange_10.vcxproj @@ -83,7 +83,7 @@ NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true @@ -112,7 +112,7 @@ NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true @@ -143,7 +143,7 @@ _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true @@ -170,7 +170,7 @@ _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true diff --git a/plugins/StatusChange/StatusChange_11.vcxproj b/plugins/StatusChange/StatusChange_11.vcxproj index dc3fbe3f70..c2c809bdc4 100644 --- a/plugins/StatusChange/StatusChange_11.vcxproj +++ b/plugins/StatusChange/StatusChange_11.vcxproj @@ -87,7 +87,7 @@ NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true @@ -116,7 +116,7 @@ NDEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true @@ -147,7 +147,7 @@ _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true @@ -175,7 +175,7 @@ _DEBUG;%(PreprocessorDefinitions) - ..\..\..\include\msapi + ..\..\include\msapi true diff --git a/plugins/StatusChange/src/Version.h b/plugins/StatusChange/src/Version.h index 5393f32ff9..fd06179385 100644 --- a/plugins/StatusChange/src/Version.h +++ b/plugins/StatusChange/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 1 -#define __MINOR_VERSION 3 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 0 +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 3 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 -#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#include -#define __PLUGIN_NAME "Status change" -#define __FILENAME "StatusChange.dll" -#define __DESCRIPTION "Change status when you send/receive an event." -#define __AUTHOR "Angelo Luiz Tartari" -#define __AUTHOREMAIL "corsario-br@users.sourceforge.net" -#define __AUTHORWEB "http://miranda-ng.org/p/StatusChange/" -#define __COPYRIGHT "© 2002 Angelo Luiz Tartari" +#define __PLUGIN_NAME "Status change" +#define __FILENAME "StatusChange.dll" +#define __DESCRIPTION "Change status when you send/receive an event." +#define __AUTHOR "Angelo Luiz Tartari" +#define __AUTHOREMAIL "corsario-br@users.sourceforge.net" +#define __AUTHORWEB "http://miranda-ng.org/p/StatusChange/" +#define __COPYRIGHT "© 2002 Angelo Luiz Tartari" -- cgit v1.2.3