From 954a34bf3cd00e0ff3e4875beb32a660c72200f7 Mon Sep 17 00:00:00 2001 From: katsew Date: Mon, 20 Feb 2017 20:11:47 +0900 Subject: Change version comment Signed-off-by: katsew --- system/libraries/Cache/drivers/Cache_apcu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Cache/drivers') diff --git a/system/libraries/Cache/drivers/Cache_apcu.php b/system/libraries/Cache/drivers/Cache_apcu.php index 7fa0a0812..a60937339 100644 --- a/system/libraries/Cache/drivers/Cache_apcu.php +++ b/system/libraries/Cache/drivers/Cache_apcu.php @@ -32,7 +32,7 @@ * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com - * @since Version 2.0.0 + * @since Version 3.2.0 * @filesource */ defined('BASEPATH') OR exit('No direct script access allowed'); -- cgit v1.2.3-24-g4f1b