Skip to content

Commit

Permalink
📝 new release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Apr 20, 2019
1 parent 60df2df commit 8fb4048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/constantes.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
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', '1.4.1-alpha');
define('SYSTEM_VERSION', '1.5.0');
define('APLICATIVO', SYSTEM_ACRONYM);
define('DS', DIRECTORY_SEPARATOR);
define('ROOT_PATH', '../');
define('CHAR_MAX_TEXT_FIELD', 101);

define('FORMDIN_VERSION_MIN_VERSION', '4.5.1');
define('FORMDIN_VERSION_MIN_VERSION', '4.5.2');


if (!defined('EOL')) {
Expand Down

0 comments on commit 8fb4048

Please sign in to comment.