summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Version.h
blob: 3d524da0c577c4d5e9bfee7b70d912604d0c8486 (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              1

#include <stdver.h>

#define __PLUGIN_NAME            "IEView"
#define __FILENAME               "IEView.dll"
#define __DESCRIPTION            "IE Based Chat Log."
#define __AUTHOR                 "Piotr Piastucki, Francois Mean"
#define __AUTHOREMAIL            "the_leech@users.berlios.de"
#define __AUTHORWEB              "http://miranda-ng.org/p/IEView/"
#define __COPYRIGHT              "© 2005-2011 Piotr Piastucki, Francois Mean"