From fa11efa63c6eeb1685cf2a5dd8f99800c535b508 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 4 Aug 2011 15:51:52 +0200 Subject: [PATCH] 5.9.105 --- tcpdf.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tcpdf.php b/tcpdf.php index 3524fb8..2f08017 100755 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 5.9.104 + * @version 5.9.105 */ // Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file. @@ -148,7 +148,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.104 + * @version 5.9.105 * @author Nicola Asuni - info@tecnick.com */ class TCPDF { @@ -159,7 +159,7 @@ class TCPDF { * Current TCPDF version. * @private */ - private $tcpdf_version = '5.9.104'; + private $tcpdf_version = '5.9.105'; // Protected properties