summaryrefslogtreecommitdiff
path: root/plugins/VersionInfo/src/version.h
blob: 395a73c38dc4c331c4c654c4d43a24d1264596c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION            1
#define __MINOR_VERSION            5
#define __RELEASE_NUM            0
#define __BUILD_NUM               3

#include <stdver.h>

#define __PLUGIN_NAME            "Version information"
#define __FILENAME               "VersionInfo.dll"
#define __DESCRIPTION             "Collects and prints information related to Miranda, the plugins and the OS."
#define __AUTHOR               "Luca Santarelli, Cristian Libotean, George Hazan"
#define __AUTHOREMAIL            "hrk@users.sourceforge.net, eblis102@yahoo.com, ghazan@miranda.im"
#define __AUTHORWEB               "http://miranda-ng.org/p/VersionInfo/"
#define __COPYRIGHT               "© 2002-2005 Luca Santarelli, 2005-2009 Cristian Libotean"