From 4b5000526cb6bf6c1714496ab9d6a7a1af862e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 8 Mar 2013 13:00:49 +0100 Subject: [PATCH] Upgrade TCPDF to 5.9.207 No real changes in code we include. --- libraries/tcpdf/README.TXT | 4 ++-- libraries/tcpdf/tcpdf.php | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libraries/tcpdf/README.TXT b/libraries/tcpdf/README.TXT index 7f9cbb2eba..54db72fb85 100644 --- a/libraries/tcpdf/README.TXT +++ b/libraries/tcpdf/README.TXT @@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076 ------------------------------------------------------------ Name: TCPDF -Version: 5.9.206 -Release date: 2013-02-22 +Version: 5.9.207 +Release date: 2013-03-04 Author: Nicola Asuni Copyright (c) 2002-2013: diff --git a/libraries/tcpdf/tcpdf.php b/libraries/tcpdf/tcpdf.php index e6b950e6f2..e2f511bbeb 100644 --- a/libraries/tcpdf/tcpdf.php +++ b/libraries/tcpdf/tcpdf.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 5.9.206 + * @version 5.9.207 */ // Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file. @@ -151,7 +151,7 @@ require_once(dirname(__FILE__).'/config/tcpdf_config.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 5.9.206 + * @version 5.9.207 * @author Nicola Asuni - info@tecnick.com */ class TCPDF { @@ -162,7 +162,7 @@ class TCPDF { * Current TCPDF version. * @private */ - private $tcpdf_version = '5.9.206'; + private $tcpdf_version = '5.9.207'; // Protected properties