From ef7127e9715147094e39e27edb0143aaecff695b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Aug 2018 11:51:22 +0300 Subject: Variables: - plugin's own hash implementation replaced with the core function; - unused header dbhelpers.h removed; - code cleaning --- plugins/Variables/src/version.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/Variables/src/version.h') diff --git a/plugins/Variables/src/version.h b/plugins/Variables/src/version.h index e93bd0c549..a002618d9a 100644 --- a/plugins/Variables/src/version.h +++ b/plugins/Variables/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 2 -#define __RELEASE_NUM 3 -#define __BUILD_NUM 11 +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 2 +#define __RELEASE_NUM 3 +#define __BUILD_NUM 11 #include #define __PLUGIN_NAME "Variables" #define __FILENAME "Variables.dll" -#define __DESCRIPTION "Adds support for dynamic variables in strings for plugins." -#define __AUTHOR "P Boon" -#define __AUTHORWEB "https://miranda-ng.org/p/Variables/" -#define __COPYRIGHT "© 2003-2008 P. Boon, Ricardo Pescuma, George Hazan" +#define __DESCRIPTION "Adds support for dynamic variables in strings for plugins." +#define __AUTHOR "P Boon" +#define __AUTHORWEB "https://miranda-ng.org/p/Variables/" +#define __COPYRIGHT "© 2003-2008 P. Boon, Ricardo Pescuma, George Hazan" -- cgit v1.2.3