blob: 32a4616162a6d3460b46e44b70bed6f2c5629283 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #define __MAJOR_VERSION            0
#define __MINOR_VERSION            0
#define __RELEASE_NUM            0
#define __BUILD_NUM               14
#include <stdver.h>
#define __PLUGIN_NAME            "BASS Interface"
#define __FILENAME               "BASS_interface.dll"
#define __DESCRIPTION             "Un4seen's BASS interface Miranda NG plugin."
#define __AUTHOR               "tico-tico"
#define __AUTHORWEB               "https://miranda-ng.org/p/BASS_interface"
#define __COPYRIGHT               "© 2010, 2011 tico-tico"
 |