From f8ce21c82290ee3267133d7f2e7c274aa31e4e95 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Tue, 1 Jan 2019 23:55:51 +0100 Subject: [PATCH] * [MOD] Bump version number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- lib/Base.php | 2 +- lib/SP/Services/Install/Installer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Base.php b/lib/Base.php index 657789f5..09e7e361 100644 --- a/lib/Base.php +++ b/lib/Base.php @@ -57,7 +57,7 @@ define('VENDOR_PATH', APP_ROOT . DIRECTORY_SEPARATOR . 'vendor'); define('SQL_PATH', APP_ROOT . DIRECTORY_SEPARATOR . 'schemas'); define('PUBLIC_PATH', APP_ROOT . DIRECTORY_SEPARATOR . 'public'); -define('DEBUG', true); +define('DEBUG', false); // Empezar a calcular la memoria utilizada $memInit = memory_get_usage(); diff --git a/lib/SP/Services/Install/Installer.php b/lib/SP/Services/Install/Installer.php index e7d729f4..ca3a30a5 100644 --- a/lib/SP/Services/Install/Installer.php +++ b/lib/SP/Services/Install/Installer.php @@ -55,7 +55,7 @@ final class Installer extends Service * sysPass' version and build number */ const VERSION = [3, 0, 0]; - const VERSION_TEXT = '3.0-rc8'; + const VERSION_TEXT = '3.0'; const BUILD = 18122601; /**