From 212ec97de242acab8930c276c96af82556f8c6b8 Mon Sep 17 00:00:00 2001 From: Parsimony Date: Thu, 3 Jul 2014 14:31:02 +0200 Subject: [PATCH] Parsimony 3.0 stable --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index dd13bf74..fcfef072 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) */ -define('PARSIMONY_VERSION', '3.0rc2'); +define('PARSIMONY_VERSION', '3.0'); define('DOCUMENT_ROOT', __DIR__); include('modules/core/classes/app.php');