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

#include <stdver.h>

#define __PLUGIN_NAME              "Avatar service"
#define __FILENAME                 "AVS.dll"
#define __DESCRIPTION              "Loads and manages contact pictures for other plugins."
#define __AUTHOR                   "Nightwish, Pescuma"
#define __AUTHOREMAIL              ""
#define __AUTHORWEB                "http://miranda-ng.org/p/AVS/"
#define __COPYRIGHT                "© 2000-2012 Miranda-IM project, 2012-14 Miranda NG team"