From cbd22101bcff041e598aba668412d0a4232b58e3 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 27 Jun 2007 17:05:05 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@217 4f64403b-2f21-0410-a795-97e2b3489a10 --- MySpace/version.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 MySpace/version.h (limited to 'MySpace/version.h') diff --git a/MySpace/version.h b/MySpace/version.h new file mode 100644 index 0000000..d9c3688 --- /dev/null +++ b/MySpace/version.h @@ -0,0 +1,26 @@ +// Set the version number here - it will affect the version resource and the version field of the pluginInfo structure +// (Be careful that you don't have the resource file open when you change this and rebuild, otherwise the changes may not +// take effect within the version resource) + +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM +#define __STRINGIFY(x) #x +#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS) + +#ifdef _UNICODE +#define __PLUGIN_NAME "MySpace (Unicode)" +#else +#define __PLUGIN_NAME "MySpace" +#endif +#define __FILENAME "MySpace.dll" + +#define __DESC "MySpace IM protocol" +#define __AUTHOR "Scott Ellis" +#define __AUTHOREMAIL "mail@scottellis.com.au" +#define __AUTHORWEB "http://www.scottellis.com.au" +#define __COPYRIGHT "© 2007 Scott Ellis" -- cgit v1.2.3