summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/Version.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-11-03 23:07:35 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-11-03 23:07:35 +0000
commit02aef539d126d793f6e0a24de1dcaca907edad96 (patch)
treee4b07b5132f7be5aba46140078eeb2ea6142b3d0 /plugins/MirandaG15/src/Version.h
parent15cfbf5033580b539d4e36444420207abaa63e62 (diff)
MirandaG15: proper version info, russian MirandaG15.txt is moved back grom Deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/Version.h')
-rw-r--r--plugins/MirandaG15/src/Version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/MirandaG15/src/Version.h b/plugins/MirandaG15/src/Version.h
new file mode 100644
index 0000000000..0c30c5114a
--- /dev/null
+++ b/plugins/MirandaG15/src/Version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 2
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "MirandaG15"
+#define __FILENAME "MirandaG15.dll"
+#define __DESCRIPTION "Provides an interface to use Miranda from the LCD of various Logitech devices."
+#define __AUTHOR "Martin Kleinhans"
+#define __AUTHOREMAIL "mail@mkleinhans.de"
+#define __AUTHORWEB "http://miranda-ng.org/p/MirandaG15/"
+#define __COPYRIGHT "© 2009 Martin Kleinhans"