diff --git a/includes/constantes.php b/includes/constantes.php index 6105027..24e7fe1 100644 --- a/includes/constantes.php +++ b/includes/constantes.php @@ -8,7 +8,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', 'v 0.4.0-alpha'); +define('SYSTEM_VERSION', 'v 0.4.0'); define('APLICATIVO',SYSTEM_ACRONYM); define('DS' , DIRECTORY_SEPARATOR); define('ROOT_PATH' , '../'); diff --git a/index.php b/index.php index c118834..c7eba01 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ $app->setVersionSystem(SYSTEM_VERSION); $app->setUnit('Show Me the code'); -$app->setLoginInfo('Feito é melhor que perfeito !!'); +$app->setLoginInfo('Feito é melhor que perfeito !!
'.SYSTEM_VERSION); $app->setMainMenuFile('includes/menu.php'); $app->setWaterMark('images/2-code-gen-database-first.png');