diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index f123df7..0b477f2 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -1,3 +1,6 @@ +6.0.042 (2013-10-25) + - Bug #852 "CMYK Colors Bug" was fixed. + 6.0.041 (2013-10-21) - Bug #851 "Problem with images in PDF. PHP timing out" was fixed. diff --git a/README.TXT b/README.TXT index ff13378..5112b8b 100644 --- a/README.TXT +++ b/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 6.0.041 -Release date: 2013-10-21 +Version: 6.0.042 +Release date: 2013-10-25 Author: Nicola Asuni Copyright (c) 2002-2013: diff --git a/composer.json b/composer.json index 385092d..06d71bc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnick.com/tcpdf", - "version": "6.0.041", + "version": "6.0.042", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents.", diff --git a/include/tcpdf_colors.php b/include/tcpdf_colors.php index 6475285..a88fbb5 100644 --- a/include/tcpdf_colors.php +++ b/include/tcpdf_colors.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.0.041 + * @version 6.0.042 */ // TCPDF configuration @@ -128,7 +128,7 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.php'); * TCPDF project (http://www.tcpdf.org) has been originally derived in 2002 from the Public Domain FPDF class by Olivier Plathey (http://www.fpdf.org), but now is almost entirely rewritten.
* @package com.tecnick.tcpdf * @brief PHP class for generating PDF documents without requiring external extensions. - * @version 6.0.041 + * @version 6.0.042 * @author Nicola Asuni - info@tecnick.com */ class TCPDF {