summaryrefslogtreecommitdiff
path: root/plugins/CountryFlags/src/version.h
blob: c73650632ea9455096dbbe394e6e685b4d041663 (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        0
#define __BUILD_NUM          4

#include <stdver.h>

#define __PLUGIN_NAME        "Country flags"
#define __FILENAME           "Flags.dll"
#define __DESCRIPTION        "Service offering misc country utilities as flag icons and an IP-to-Country database."
#define __AUTHOR             "H. Herkenrath"
#define __AUTHOREMAIL        "hrathh@users.sourceforge.net"
#define __AUTHORWEB          "http://miranda-ng.org/p/Flags/"
#define __COPYRIGHT          "© 2006-2007 H. Herkenrath"