From 69ce91bf09ba2244fd689f9fa238f7a2f229c28e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 23 Nov 2012 14:05:45 +0000 Subject: CSList was occasionally rewritten: - now it supports any protocol that has xstatuses; - numerous memory leaks removed; - strange class removed and replaced with the standard plugin frame - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@2443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CSList/src/Version.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/CSList/src/Version.h') diff --git a/plugins/CSList/src/Version.h b/plugins/CSList/src/Version.h index b351d69a07..f9fe5b93b7 100644 --- a/plugins/CSList/src/Version.h +++ b/plugins/CSList/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 5 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 0 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM #define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM @@ -12,11 +12,11 @@ -#define __PLUGIN_NAME "Custom Status List mod" -#define __INTERNAL_NAME "CSList" -#define __FILENAME "CSList.dll" -#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place." -#define __AUTHOR "Mataes, jarvis" -#define __AUTHOREMAIL "mataes2007@gmail.com" -#define __AUTHORWEB "http://miranda-ng.org/" -#define __COPYRIGHT "© 2011-10 Mataes, 2009-2007 jarvis" +#define __PLUGIN_NAME "Custom Status List mod" +#define __INTERNAL_NAME "CSList" +#define __FILENAME "CSList.dll" +#define __DESCRIPTION "This plugin offers simple management functions to keep your extra statuses on one place." +#define __AUTHOR "Mataes, jarvis" +#define __AUTHOREMAIL "mataes2007@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/" +#define __COPYRIGHT "© 2012-10 Mataes, 2009-2007 jarvis" -- cgit v1.2.3