diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT
index b0657d9..036dcdd 100755
--- a/CHANGELOG.TXT
+++ b/CHANGELOG.TXT
@@ -1,3 +1,6 @@
+5.9.047 (2011-01-28)
+ - Bug #3167115 "PDF error in
(example 48)" was fixed (was introduced in 5.8.046).
+
5.9.046 (2011-01-18)
- PDF view/print layers are now automatically turned off if not used (see setVisibility() method).
diff --git a/README.TXT b/README.TXT
index 5d574aa..30a639f 100755
--- a/README.TXT
+++ b/README.TXT
@@ -8,8 +8,8 @@ http://sourceforge.net/donate/index.php?group_id=128076
------------------------------------------------------------
Name: TCPDF
-Version: 5.9.046
-Release date: 2011-01-18
+Version: 5.9.047
+Release date: 2011-01-28
Author: Nicola Asuni
Copyright (c) 2002-2011:
diff --git a/config/lang/nld.php b/config/lang/nld.php
index ad0148b..682e9bf 100755
--- a/config/lang/nld.php
+++ b/config/lang/nld.php
@@ -1,6 +1,6 @@
* @package com.tecnick.tcpdf
* @author Nicola Asuni
- * @version 5.9.046
+ * @version 5.9.047
*/
// Main configuration file. Define the K_TCPDF_EXTERNAL_CONFIG constant to skip this file.
@@ -146,7 +146,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.046
+ * @version 5.9.047
* @author Nicola Asuni - info@tecnick.com
*/
class TCPDF {
@@ -157,7 +157,7 @@ class TCPDF {
* Current TCPDF version.
* @private
*/
- private $tcpdf_version = '5.9.046';
+ private $tcpdf_version = '5.9.047';
// Protected properties
@@ -15693,6 +15693,7 @@ class TCPDF {
break;
}
case 'all': {
+ $this->_out('');
break;
}
default: {