diff options
Diffstat (limited to 'plugins/CmdLine/src/version.h')
-rw-r--r-- | plugins/CmdLine/src/version.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/CmdLine/src/version.h b/plugins/CmdLine/src/version.h index 11275081d5..2fcfc361cd 100644 --- a/plugins/CmdLine/src/version.h +++ b/plugins/CmdLine/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 4
-#define __BUILD_NUM 6
+#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 0
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 7
#include <stdver.h>
-#define __PLUGIN_NAME "Command line"
-#define __FILENAME "CmdLine.dll"
+#define __PLUGIN_NAME "Command line"
+#define __FILENAME "CmdLine.dll"
#define __DESCRIPTION "This plugin lets you control Miranda from the command line."
-#define __AUTHOR "Cristian Libotean"
-#define __AUTHOREMAIL "eblis102@yahoo.com"
+#define __AUTHOR "Cristian Libotean"
+#define __AUTHOREMAIL "eblis102@yahoo.com"
#define __AUTHORWEB "https://miranda-ng.org/p/CmdLine/"
#define __COPYRIGHT "© 2007-2011 Cristian Libotean"
|