Skip to content

Commit

Permalink
Update the deprecation notification version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshort committed Mar 19, 2013
1 parent 62753d8 commit 4836375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
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');

0 comments on commit 4836375

Please sign in to comment.