Skip to content

Commit

Permalink
Added Grav flag to identify if Grav is in testing or stable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Apr 18, 2016
1 parent dc121e9 commit d4642e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.0-beta');
define('GRAV_TESTING', true);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');

Expand Down

0 comments on commit d4642e4

Please sign in to comment.