From 74c959139215ebf40f9f05c215cf183334e20f80 Mon Sep 17 00:00:00 2001 From: Bjverde Date: Wed, 28 Sep 2022 00:31:15 -0300 Subject: [PATCH] new release v1.12.0 --- includes/constantes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/constantes.php b/includes/constantes.php index 5dcd9eb..d3f3046 100644 --- a/includes/constantes.php +++ b/includes/constantes.php @@ -13,12 +13,12 @@ define('SYSTEM_NAME', 'SysGen - Scaffold Generator System with FormDin'); define('SYSTEM_NAME_SUB', 'write less, do more. But "Talk is Cheap. Show me the Code"! '); define('SYSTEM_ACRONYM', 'sysGen'); -define('SYSTEM_VERSION', '1.11.0'); +define('SYSTEM_VERSION', '1.12.0'); define('APLICATIVO', SYSTEM_ACRONYM); define('ROOT_PATH', '../'); define('CHAR_MAX_TEXT_FIELD', 101); -define('FORMDIN_VERSION_MIN_VERSION', '4.15.0'); +define('FORMDIN_VERSION_MIN_VERSION', '4.18.0'); if(!defined('DS')) {