From 64fc19439863e1b1314487a72a74d9bfd0b55a53 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sat, 24 Feb 2018 11:48:20 +0000 Subject: [PATCH] Bump version --- composer.json | 2 +- include/tcpdf_static.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 84eaa34..83ffd67 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.2.16", + "version": "6.2.17", "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 6cfdda7..aa42c85 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.2.16'; + private static $tcpdf_version = '6.2.17'; /** * String alias for total number of pages.