diff options
author | friendica <info@friendica.com> | 2012-05-02 01:45:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-02 01:45:57 -0700 |
commit | dc31b93941c2412ad3d61bf7d67d25a3a4153af3 (patch) | |
tree | d489581a1fde41a49bfcdba9702c3f4d9908bf2b /boot.php | |
parent | 06d6ab481280d786c40b0741ebd0b787addee40d (diff) | |
download | volse-hubzilla-dc31b93941c2412ad3d61bf7d67d25a3a4153af3.tar.gz volse-hubzilla-dc31b93941c2412ad3d61bf7d67d25a3a4153af3.tar.bz2 volse-hubzilla-dc31b93941c2412ad3d61bf7d67d25a3a4153af3.zip |
provide "service_class" identifier which will let us provide service_class limits such as number of FB friends, etc.
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |