From 211bbf191607dd8753709a30925cfd7a82149259 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Sun, 25 Nov 2012 00:29:44 +0000 Subject: Gadu-Gadu protocol - implemented single junk files cleaning from avatar cache folder created after last avatar api change issue - cleaning code in gg.cpp cleanuplastplugin() that is not needed in NG - bump version to 0.11.0.2 git-svn-id: http://svn.miranda-ng.org/main/trunk@2473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Gadu-Gadu/src/version.h') diff --git a/protocols/Gadu-Gadu/src/version.h b/protocols/Gadu-Gadu/src/version.h index ce9e719bd6..b904ca056b 100644 --- a/protocols/Gadu-Gadu/src/version.h +++ b/protocols/Gadu-Gadu/src/version.h @@ -18,6 +18,6 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //////////////////////////////////////////////////////////////////////////////// -#define __FILEVERSION_STRING 0,11,0,1 -#define __VERSION_STRING "0.11.0.1" -#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 1) +#define __FILEVERSION_STRING 0,11,0,2 +#define __VERSION_STRING "0.11.0.2" +#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 2) -- cgit v1.2.3