summaryrefslogtreecommitdiff
path: root/plugins/!Deprecated/VersionInfo/src/version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-11-11 08:26:59 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-11-11 08:26:59 +0000
commit6c1a5d616e83a6ca20479255ccc272abac586011 (patch)
treedea3257a36f602e626272cc25c912704619e9b2c /plugins/!Deprecated/VersionInfo/src/version.h
parenteabafdf4b42139ff85a8c8212cd0a9d287171e73 (diff)
- VersionInfo moved to deprecated and replaced be CrashDumper because CrashDumper's debugger part can be switched off now if needed
git-svn-id: http://svn.miranda-ng.org/main/trunk@10950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!Deprecated/VersionInfo/src/version.h')
-rw-r--r--plugins/!Deprecated/VersionInfo/src/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/!Deprecated/VersionInfo/src/version.h b/plugins/!Deprecated/VersionInfo/src/version.h
new file mode 100644
index 0000000000..395a73c38d
--- /dev/null
+++ b/plugins/!Deprecated/VersionInfo/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 5
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 3
+
+#include <stdver.h>
+
+#define __PLUGIN_NAME "Version information"
+#define __FILENAME "VersionInfo.dll"
+#define __DESCRIPTION "Collects and prints information related to Miranda, the plugins and the OS."
+#define __AUTHOR "Luca Santarelli, Cristian Libotean, George Hazan"
+#define __AUTHOREMAIL "hrk@users.sourceforge.net, eblis102@yahoo.com, ghazan@miranda.im"
+#define __AUTHORWEB "http://miranda-ng.org/p/VersionInfo/"
+#define __COPYRIGHT "© 2002-2005 Luca Santarelli, 2005-2009 Cristian Libotean"