From 0e7b91380764500bed212b1862a4195c9fd9b19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Jacquet?= Date: Mon, 20 Apr 2015 16:09:11 -0500 Subject: [PATCH] Version 2.8.9 update --- COPYRIGHT | 2 +- INSTALL | 2 +- Warehouse.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index da0c6b421..97fc11026 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ /** * @package RosarioSIS - * @version v2.8.8 - April, 2015 + * @version v2.8.9 - April, 2015 * @copyright (C) 2004-2009 The Miller Group * @copyright (C) 2009 Glenn-Abbey Software * @copyright (C) 2009 Learners Circle diff --git a/INSTALL b/INSTALL index 0a817486f..c236a1a0b 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Rosario Student Information System - INSTALLATION DIRECTIONS ------------------------------------------------------------------------------- -Version 2.8.8 +Version 2.8.9 ------------------------------------------------------------------------------- NOTE: Before Installing RosarioSIS, you must read and agree to the included diff --git a/Warehouse.php b/Warehouse.php index f7d286842..0d3b13719 100644 --- a/Warehouse.php +++ b/Warehouse.php @@ -2,7 +2,7 @@ if(!defined('WAREHOUSE_PHP')) { define("WAREHOUSE_PHP",1); - $RosarioVersion = '2.8.8'; + $RosarioVersion = '2.8.9'; if (!file_exists ('config.inc.php')) die ('config.inc.php not found. Please read the configuration guide.');