From 30cdc4f3ef9b65a82388799cc7a5f6492ff065a4 Mon Sep 17 00:00:00 2001 From: GodMod Date: Wed, 6 Jan 2021 11:18:14 +0100 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 217ff9052..a59ac3a20 100644 --- a/core/constants.php +++ b/core/constants.php @@ -29,8 +29,8 @@ * ------------------------------------------------------------------------- */ -define('VERSION_INT', '2.3.36.0'); // the internal version number for updates & update check -define('VERSION_EXT', '2.3.36'); // the external version number to be shown in the footer +define('VERSION_INT', '2.3.37.0'); // the internal version number for updates & update check +define('VERSION_EXT', '2.3.37'); // the external version number to be shown in the footer define('VERSION_WIP', false); // work in progress or stable? define('VERSION_PHP_RQ', '7.1.0'); // required version of PHP define('VERSION_PHP_REC', '7.3.0'); // recommended version of PHP