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

#include <stdver.h>

#define __PLUGIN_NAME            "Traffic counter"
#define __FILENAME               "TrafficCounter.dll"
#define __DESCRIPTION             "Adding traffic and time counters."
#define __AUTHOR               "Ghost, Mironych"
#define __AUTHOREMAIL            ""
#define __AUTHORWEB               "http://miranda-ng.org/p/TrafficCounter/"
#define __COPYRIGHT               "© 2002-2006 Ghost, 2007-2012 Mironych"