diff --git a/includes/constantes.php b/includes/constantes.php index 55c6bf9..01b8dab 100644 --- a/includes/constantes.php +++ b/includes/constantes.php @@ -14,7 +14,7 @@ define('SYSTEM_NAME', 'Gerador de Sistemas em FormDin'); define('SYSTEM_NAME_SUB', 'write less, do more. But "Talk is Cheap. Show me the Code"! '); define('SYSTEM_ACRONYM', 'sysGen'); -define('SYSTEM_VERSION', '0.9.0'); +define('SYSTEM_VERSION', '1.0.0'); define('APLICATIVO', SYSTEM_ACRONYM); define('DS', DIRECTORY_SEPARATOR); define('ROOT_PATH', '../');