Skip to content

Commit

Permalink
📝 release v.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldo.junior committed Mar 20, 2018
1 parent 2c5189e commit 2f07cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/constantes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' , '../');
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 !!<br>'.SYSTEM_VERSION);
$app->setMainMenuFile('includes/menu.php');

$app->setWaterMark('images/2-code-gen-database-first.png');
Expand Down

0 comments on commit 2f07cba

Please sign in to comment.