blob: b591e285348d9672d1e3190e0f540fb41b2e01e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
#include <stdver.h>
#define __PLUGIN_NAME "ProxySwitch"
#define __FILENAME "ProxySwitch.dll"
#define __DESCRIPTION "The plugin watches IP address changes, displays popups, and adjusts the proxy settings of Miranda, Internet Explorer and Firefox."
#define __AUTHOR "Petr Smejkal"
#define __AUTHORWEB "https://miranda-ng.org/p/ProxySwitch/"
#define __COPYRIGHT "© 2005 Petr Smejkal"
|