2.5.2: Reorganize upgrade path so that 2.5.2 contains the show art schema changes

* Also bump the system_version number to 2.5.2. This will be deprecated sooner or later...
This commit is contained in:
Albert Santoni 2015-01-15 12:42:36 -05:00
parent 19a1817159
commit ee9163fa8e
6 changed files with 385 additions and 0 deletions

View file

@ -19,6 +19,7 @@ define('LICENSE_URL' , 'http://www.gnu.org/licenses/agpl-3.0-standalone.h
define('AIRTIME_COPYRIGHT_DATE' , '2010-2012');
define('AIRTIME_REST_VERSION' , '1.1');
define('AIRTIME_API_VERSION' , '1.1');
define('AIRTIME_CODE_VERSION' , '2.5.2');
// Metadata Keys for files
define('MDATA_KEY_FILEPATH' , 'filepath');