From 49d701cb772ba064abb957f0b2d12db94275d516 Mon Sep 17 00:00:00 2001 From: g7sim <60353863+g7sim@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:19:52 +0200 Subject: [PATCH] Update common.php --- include/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.php b/include/common.php index 5e99496..aca641c 100644 --- a/include/common.php +++ b/include/common.php @@ -50,7 +50,7 @@ gp_defined('CMS_NAME_FULL', 'Typesetter CMS'); gp_defined('addon_browse_path', CMS_DOMAIN . '/index.php'); gp_defined('debug_path', CMS_DOMAIN . '/index.php/Debug'); -gp_defined('gpversion', '5.3-p8 b2'); +gp_defined('gpversion', '5.3-p8 b3'); gp_defined('gp_random', \gp\tool::RandomString());