diff --git a/app/config/core.php b/app/config/core.php index a99a09221..b1d50c840 100755 --- a/app/config/core.php +++ b/app/config/core.php @@ -50,7 +50,7 @@ * With the other debug levels you get to click the "flash message" to continue. * */ - define('DEBUG', 0); + define('DEBUG', 1); set_time_limit(300); /** @@ -177,5 +177,5 @@ /** * iPeer version */ - define('IPEER_VERSION', '2.3.0'); + define('IPEER_VERSION', '2.3.1'); ?> diff --git a/version.txt b/version.txt index 276cbf9e2..2bf1c1ccf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0 +2.3.1