aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-02 01:45:57 -0700
committerfriendica <info@friendica.com>2012-05-02 01:45:57 -0700
commitdc31b93941c2412ad3d61bf7d67d25a3a4153af3 (patch)
treed489581a1fde41a49bfcdba9702c3f4d9908bf2b /boot.php
parent06d6ab481280d786c40b0741ebd0b787addee40d (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ed083d617..f357487b9 100644
--- a/boot.php
+++ b/boot.php
@@ -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' );