From 8307d69d0dbc7090956ea044eee19b4644104363 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 20 Dec 2013 22:55:34 +0000 Subject: - mathMod support removed; - Unicode message log window procedure; - Unicode urls git-svn-id: http://svn.miranda-ng.org/main/trunk@7309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/version.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins/TabSRMM/src/version.h') diff --git a/plugins/TabSRMM/src/version.h b/plugins/TabSRMM/src/version.h index 21cd62ef1b..f95ae955ae 100644 --- a/plugins/TabSRMM/src/version.h +++ b/plugins/TabSRMM/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 3 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 99 -#define __BUILD_NUM 8 +#define __MAJOR_VERSION 3 +#define __MINOR_VERSION 2 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 -#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __PLUGIN_NAME "TabSRMM" -#define __FILENAME "TabSRMM.dll" -#define __DESCRIPTION "IM and group chat module for Miranda NG." -#define __AUTHOR "The Miranda developers team and contributors" -#define __AUTHOREMAIL "silvercircle@gmail.com" -#define __AUTHORWEB "http://miranda-ng.org/p/TabSRMM/" -#define __COPYRIGHT "© 2000-2010 Miranda Project and contributors. See readme.txt for more." +#define __PLUGIN_NAME "TabSRMM" +#define __FILENAME "TabSRMM.dll" +#define __DESCRIPTION "IM and group chat module for Miranda NG." +#define __AUTHOR "The Miranda developers team and contributors" +#define __AUTHOREMAIL "silvercircle@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/p/TabSRMM/" +#define __COPYRIGHT "© 2000-2010 Miranda Project and contributors. See readme.txt for more." -- cgit v1.2.3