Update RC1

This commit is contained in:
g7sim 2023-07-02 17:30:29 +02:00
parent 29fda453ec
commit 51ae8622bc
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Addon_Name = 'Typesetter Core'
Addon_Unique_ID = 40
Addon_Version = 5.3-p8 b3
Addon_Version = 5.3-p8 RC1

View File

@ -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 b3');
gp_defined('gpversion', '5.3-p8 RC1');
gp_defined('gp_random', \gp\tool::RandomString());