diff options
Diffstat (limited to 'plugins/Clist_blind/src/Version.h')
| -rw-r--r-- | plugins/Clist_blind/src/Version.h | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/plugins/Clist_blind/src/Version.h b/plugins/Clist_blind/src/Version.h index fb66043517..78bcbde49e 100644 --- a/plugins/Clist_blind/src/Version.h +++ b/plugins/Clist_blind/src/Version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION				0
 -#define __MINOR_VERSION				8
 -#define __RELEASE_NUM				0
 -#define __BUILD_NUM					1
 +#define __MAJOR_VERSION            0
 +#define __MINOR_VERSION            8
 +#define __RELEASE_NUM            0
 +#define __BUILD_NUM               1
 -#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
 +#include <stdver.h>
 -#define __PLUGIN_NAME				"BClist"
 -#define __FILENAME					"Clist_blind.dll"
 -#define __DESCRIPTION 				"A contact list for blind folks."
 -#define __AUTHOR					"Ricardo Pescuma Domenecci, based on previous work from Miranda IM project"
 -#define __AUTHOREMAIL				""
 -#define __AUTHORWEB					"http://miranda-ng.org/p/Clist_blind/"
 -#define __COPYRIGHT					"Copyright 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013-14 Miranda NG project"
 +#define __PLUGIN_NAME            "BClist"
 +#define __FILENAME               "Clist_blind.dll"
 +#define __DESCRIPTION             "A contact list for blind folks."
 +#define __AUTHOR               "Ricardo Pescuma Domenecci, based on previous work from Miranda IM project"
 +#define __AUTHOREMAIL            ""
 +#define __AUTHORWEB               "http://miranda-ng.org/p/Clist_blind/"
 +#define __COPYRIGHT               "Copyright 2000-2009 Miranda IM project, Ricardo Pescuma Domenecci, 2013-14 Miranda NG project"
 | 
