From 898eba141c43fe3129dd032588a12219980fca7a Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 20 Sep 2019 07:48:57 +0100 Subject: [PATCH] Bump version --- VERSION | 2 +- composer.json | 2 +- include/tcpdf_static.php | 2 +- tcpdf.php | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 798e389..dc0208a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.0 +6.3.1 diff --git a/composer.json b/composer.json index 04df3a5..21000cc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.3.0", + "version": "6.3.1", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", diff --git a/include/tcpdf_static.php b/include/tcpdf_static.php index 34cbf04..deb7176 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.0'; + private static $tcpdf_version = '6.3.1'; /** * String alias for total number of pages. diff --git a/tcpdf.php b/tcpdf.php index d1cf110..e5fcefe 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -1,9 +1,9 @@ * @package com.tecnick.tcpdf * @author Nicola Asuni - * @version 6.3.0 + * @version 6.3.1 */ // TCPDF configuration @@ -128,7 +128,7 @@ require_once(dirname(__FILE__).'/include/tcpdf_static.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 6.3.0 + * @version 6.3.1 * @author Nicola Asuni - info@tecnick.com * @IgnoreAnnotation("protected") * @IgnoreAnnotation("public")