From 8fcce68051cd26b32f6474b6b05ceec86d8b3537 Mon Sep 17 00:00:00 2001 From: GodMod Date: Wed, 3 Jul 2019 08:20:15 +0200 Subject: [PATCH] Bump version --- core/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/constants.php b/core/constants.php index 3a51c8cc9..c336aba87 100644 --- a/core/constants.php +++ b/core/constants.php @@ -29,8 +29,8 @@ * ------------------------------------------------------------------------- */ -define('VERSION_INT', '2.3.12.0'); // the internal version number for updates & update check -define('VERSION_EXT', '2.3.12'); // the external version number to be shown in the footer +define('VERSION_INT', '2.3.13.0'); // the internal version number for updates & update check +define('VERSION_EXT', '2.3.13'); // the external version number to be shown in the footer define('VERSION_WIP', false); // work in progress or stable? define('VERSION_PHP_RQ', '5.6.0'); // required version of PHP define('VERSION_PHP_REC', '7.2.0'); // recommended version of PHP