From 01ad4b7ec6974419e5f110e78fe43aaf43601b2d Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Wed, 3 Apr 2013 10:43:30 +0100 Subject: [PATCH] 6.0.010 (2013-04-03) - The method Rect() was fixed to print borders correctly. --- include/tcpdf_static.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tcpdf_static.php b/include/tcpdf_static.php index e59d332..1b63c20 100644 --- a/include/tcpdf_static.php +++ b/include/tcpdf_static.php @@ -55,7 +55,7 @@ class TCPDF_STATIC { * Current TCPDF version. * @private static */ - private static $tcpdf_version = '6.0.009'; + private static $tcpdf_version = '6.0.010'; /** * String alias for total number of pages.