summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/MimCmd/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-03 09:44:05 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-03 09:44:05 +0000
commit459e122d237334ecaa5c2ab4cf49ae564e2e6593 (patch)
tree88f49765d8701df9ebd5291373c1d23a9eb28781 /plugins/CmdLine/MimCmd/src
parentb7aa7ea29a5fab12adc0e4ca105e437d16fee555 (diff)
fixed file description
git-svn-id: http://svn.miranda-ng.org/main/trunk@3858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/MimCmd/src')
-rw-r--r--plugins/CmdLine/MimCmd/src/common.h2
-rw-r--r--plugins/CmdLine/MimCmd/src/version.h14
2 files changed, 15 insertions, 1 deletions
diff --git a/plugins/CmdLine/MimCmd/src/common.h b/plugins/CmdLine/MimCmd/src/common.h
index 4fb16a914d..fddbf01649 100644
--- a/plugins/CmdLine/MimCmd/src/common.h
+++ b/plugins/CmdLine/MimCmd/src/common.h
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_langpack.h>
#include "..\..\src\mimcmd_ipc.h"
-#include "..\..\src\version.h"
+#include "version.h"
#include "..\..\src\utils.h"
#include "commands.h"
diff --git a/plugins/CmdLine/MimCmd/src/version.h b/plugins/CmdLine/MimCmd/src/version.h
new file mode 100644
index 0000000000..3427003256
--- /dev/null
+++ b/plugins/CmdLine/MimCmd/src/version.h
@@ -0,0 +1,14 @@
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 1
+
+#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
+
+#define __PLUGIN_NAME "MimCmd"
+#define __FILENAME "MimCmd.exe"
+#define __DESCRIPTION "This will tell Miranda to run the specified command."
+#define __AUTHOR "Cristian Libotean"
+#define __AUTHOREMAIL "eblis102@yahoo.com"
+#define __AUTHORWEB "http://miranda-ng.org/"
+#define __COPYRIGHT "© 2007-2011 Cristian Libotean"