From 2f07cbaac280fe7c8fd81889801f339722c28388 Mon Sep 17 00:00:00 2001 From: "reinaldo.junior" Date: Tue, 20 Mar 2018 17:22:02 -0300 Subject: [PATCH] :memo: release v.0.4.0 --- includes/constantes.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');