Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 17, 2018
1 parent c381bc8 commit 8ab0078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.5.0
## mm/dd/2018
## 08/17/2018

1. [](#new)
* Set minimum requirements to [PHP 5.6.4](https://getgrav.org/blog/raising-php-requirements-2018)
Expand Down
4 changes: 2 additions & 2 deletions system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.5.0-rc.1');
define('GRAV_TESTING', true);
define('GRAV_VERSION', '1.5.0');
define('GRAV_TESTING', false);
define('DS', '/');

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

0 comments on commit 8ab0078

Please sign in to comment.