diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-28 11:52:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-28 11:52:10 +0000 |
commit | 2eb1daf5d940beac69c2cf9de0d27c74adb03a37 (patch) | |
tree | 1f2cbd23c8b5b6f32fbb5167e7e0000b0b800f79 /plugins/WebView/src/Version.h | |
parent | 98a25556382d67f551975b5d642f139e46239ea7 (diff) |
WebView (not compilable yet):
- projects for Visual Studio;
- correct source folders;
git-svn-id: http://svn.miranda-ng.org/main/trunk@5506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/Version.h')
-rw-r--r-- | plugins/WebView/src/Version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/WebView/src/Version.h b/plugins/WebView/src/Version.h new file mode 100644 index 0000000000..65c0ab9893 --- /dev/null +++ b/plugins/WebView/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Webview Protocol"
+#define __FILENAME "Webview.dll"
+#define __DESCRIPTION "Adds web pages as contacts to your contact list and can display text and/or issue change alerts from those pages in a window."
+#define __AUTHOR "Vincent Joyce"
+#define __AUTHOREMAIL "ungoliante666@hotmail.com"
+#define __AUTHORWEB "http://miranda-ng.org/p/WebView/"
+#define __COPYRIGHT "© 2011 Vincent Joyce"
|