From 6ec0e14c86d0ff1266e1b838d04684fbc3a28b0b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Apr 2015 13:10:23 +0000 Subject: - fix for a bug in options (policy & hash aren't saved for protos whose name differs from module name); - code cleaning; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@13008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MirOTR/src/version.h') diff --git a/plugins/MirOTR/src/version.h b/plugins/MirOTR/src/version.h index b25995734b..4c0e80e662 100644 --- a/plugins/MirOTR/src/version.h +++ b/plugins/MirOTR/src/version.h @@ -1,14 +1,14 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 14 #define __RELEASE_NUM 1 -#define __BUILD_NUM 15 +#define __BUILD_NUM 16 #include #define __PLUGIN_NAME "Miranda OTR" #define __FILENAME "MirOTR.dll" #define __DESCRIPTION "OTR (Off-the-Record) plugin for Miranda NG (using some code and ideas from SecureIM, Pidgin-OTR and old Miranda OTR (by SJE))." -#define __AUTHOR "ProgAndy & CHEF-KOCH" +#define __AUTHOR "ProgAndy & CHEF-KOCH" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/MirOTR/" #define __COPYRIGHT "© ProgAndy & CHEF-KOCH" -- cgit v1.2.3