provide "service_class" identifier which will let us provide service_class limits such as number of FB friends, etc.

This commit is contained in:
friendica
2012-05-02 01:45:57 -07:00
parent 06d6ab4812
commit dc31b93941
3 changed files with 14 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1329' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1142 );
define ( 'DB_UPDATE_VERSION', 1143 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );