Merge pull request #1302 from ajshort/3.1-deprecation-notification

Update the deprecation notification version to 3.1
This commit is contained in:
Ingo Schommer 2013-03-19 01:37:14 -07:00
commit 888f32c6d1

View File

@ -45,7 +45,7 @@ SS_Cache::add_backend('aggregatestore', 'File', array('cache_dir' => $aggregatec
SS_Cache::pick_backend('aggregatestore', 'aggregate', 1000);
// If you don't want to see deprecation errors for the new APIs, change this to 3.0.0-dev.
Deprecation::notification_version('3.0.0');
Deprecation::notification_version('3.1.0');
// TODO Remove once new ManifestBuilder with submodule support is in place
require_once('admin/_config.php');