Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde authored Jul 23, 2019
1 parent 00e749d commit ce7f211
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 @@ -13,7 +13,7 @@
define('SYSTEM_NAME', 'SysGen - Scaffold Generator System with 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.8.0');
define('SYSTEM_VERSION', '1.8.1');
define('APLICATIVO', SYSTEM_ACRONYM);
define('ROOT_PATH', '../');
define('CHAR_MAX_TEXT_FIELD', 101);
Expand All @@ -32,4 +32,4 @@
}
if (!defined('TAB')) {
define('TAB', chr(9));
}
}

0 comments on commit ce7f211

Please sign in to comment.