diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 10:11:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 10:11:35 +0000 |
commit | 9735ce40045bdc429bae8c79a8051af4106d6e49 (patch) | |
tree | 9072b8f3bd030a22e75d5d6215b65dc0eace81c1 /plugins/OpenFolder/src/Version.h | |
parent | 7770aeae9c1872650e6e25c3e3ae9f5f0619a7e3 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenFolder/src/Version.h')
-rw-r--r-- | plugins/OpenFolder/src/Version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/OpenFolder/src/Version.h b/plugins/OpenFolder/src/Version.h new file mode 100644 index 0000000000..df9dce8720 --- /dev/null +++ b/plugins/OpenFolder/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 1
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 0
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "Open Miranda folder"
+#define __FILENAME "OpenFolder.dll"
+#define __DESCRIPTION "Adds a menu/toobar item which opens the main Miranda NG folder."
+#define __AUTHOR "jarvis, Kreisquadratur"
+#define __AUTHOREMAIL "jarvis@jabber.cz, djui@kreisquadratur.de"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2008 jarvis, © 2004 Kreisquadratur"
|