summaryrefslogtreecommitdiff
path: root/plugins/ProxySwitch/src/version.h
blob: 49deea34762d9e8cb0b3956e9a3b6909ce8f4030 (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             "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, 2018-22 Miranda NG team"