From b1abcb23603ca03985b19551c21b7e173c996ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 14 Feb 2017 00:12:19 +0100 Subject: Console: Fix size of copy/save text buffer (fixes #713) --- plugins/Console/src/version.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/Console/src/version.h') diff --git a/plugins/Console/src/version.h b/plugins/Console/src/version.h index 75957b12e8..64f6fdc4f8 100644 --- a/plugins/Console/src/version.h +++ b/plugins/Console/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 0 -#define __RELEASE_NUM 7 -#define __BUILD_NUM 3 +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 7 +#define __BUILD_NUM 4 #include -#define __PLUGIN_NAME "Console" -#define __FILENAME "Console.dll" +#define __PLUGIN_NAME "Console" +#define __FILENAME "Console.dll" #define __DESCRIPTION "Console log window for Miranda." -#define __AUTHOR "Bio" -#define __AUTHOREMAIL "bio@ktaspb.ru" +#define __AUTHOR "Bio" +#define __AUTHOREMAIL "bio@ktaspb.ru" #define __AUTHORWEB "http://miranda-ng.org/p/Console/" #define __COPYRIGHT "© 2005-2012 Bio" -- cgit v1.2.3