blob: 1cf827cd861c09457430d9d3169e4b50d20dcef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
#define __BUILD_NUM 3
#include <stdver.h>
#define __PLUGIN_NAME "Splash screen"
#define __FILENAME "SplashScreen.dll"
#define __DESCRIPTION "Shows a splash at Miranda startup."
#define __AUTHOR "nullbie, Thief"
#define __AUTHORWEB "https://miranda-ng.org/p/SplashScreen"
#define __COPYRIGHT "© 2004-2007 Victor Pavlychko, 2005-2011 Alexander Turyak"
|