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

#include <stdver.h>

#define __PLUGIN_NAME            "Avatar history"
#define __FILENAME               "AvatarHistory.dll"
#define __DESCRIPTION            "This plugin keeps backups of all your contacts' avatar changes and/or shows popups."
#define __AUTHOR                 "Matthew Wild (MattJ), Ricardo Pescuma Domenecci"
#define __AUTHORWEB              "https://miranda-ng.org/p/AvatarHistory/"
#define __COPYRIGHT              "© 2006-2012 Matthew Wild, Ricardo Pescuma Domenecci"