summaryrefslogtreecommitdiff
path: root/plugins/ProxySwitch/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProxySwitch/src/version.h')
-rw-r--r--plugins/ProxySwitch/src/version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/ProxySwitch/src/version.h b/plugins/ProxySwitch/src/version.h
new file mode 100644
index 0000000000..d2fc801bf4
--- /dev/null
+++ b/plugins/ProxySwitch/src/version.h
@@ -0,0 +1,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"