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

#include <stdver.h>

#define __PLUGIN_NAME            "YAPP"
#define __FILENAME               "YAPP.dll"
#define __DESCRIPTION             "Yet Another Popup Plugin - Provides popup notification window services to other plugins."
#define __AUTHOR               "Scott Ellis"
#define __AUTHORWEB               "https://miranda-ng.org/p/YAPP/"
#define __COPYRIGHT               "© 2005-2006 Scott Ellis"