From 7f650ee9257a0dd352575d6476a06adda0f50c08 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Sat, 10 Jul 2021 08:05:58 +0100 Subject: [PATCH] Increase internal version number to 6.4.1. (#366) Fixes #357. Co-authored-by: Nicola Asuni --- 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 6720a85..05f674e 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.3.5'; + private static $tcpdf_version = '6.4.1'; /** * String alias for total number of pages.