blob: 837746b063bc180894942801f7c900a5eb15283d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #define __MAJOR_VERSION         4
#define __MINOR_VERSION         0
#define __RELEASE_NUM           1
#define __BUILD_NUM             3
#include <stdver.h>
#define __PLUGIN_NAME           "Database editor++"
#define __FILENAME              "DbEditorPP.dll"
#define __DESCRIPTION           "Advanced Database Editor."
#define __AUTHOR                "Bio, Jonathan Gordon"
#define __AUTHORWEB             "https://miranda-ng.org/p/DbEditorPP/"
#define __COPYRIGHT             "© 2003-20 Bio, Jonathan Gordon, Miranda NG team"
 |