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

#include <stdver.h>

#define __PLUGIN_NAME             "Quick Search"
#define __FILENAME                "QuickSearch.dll"
#define __DESCRIPTION             "This plugin allows you to quick search for nickname, firstname, lastname, email, uin in your contact list."
#define __AUTHOR                  "Bethoven, Awkward"
#define __AUTHORWEB               "https://miranda-ng.org/p/QuickSearch/"
#define __COPYRIGHT               "© 2004-05 Bethoven; 2006-13 Awkward; 2014-22 Miranda NG team"