aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-18 21:55:00 -0800
committerfriendica <info@friendica.com>2011-11-18 21:55:00 -0800
commitd53db63d41d2f253c9aff806d9830167c9dd7a8d (patch)
tree66adeb7eae8ba08bc1eecf89f5d351e0052bf726 /boot.php
parentfa4742e6eec1850f1bb53e38379cf2aac650cc3b (diff)
downloadvolse-hubzilla-d53db63d41d2f253c9aff806d9830167c9dd7a8d.tar.gz
volse-hubzilla-d53db63d41d2f253c9aff806d9830167c9dd7a8d.tar.bz2
volse-hubzilla-d53db63d41d2f253c9aff806d9830167c9dd7a8d.zip
forum split delivery flag
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 74956e9f6..61383f0af 100644
--- a/boot.php
+++ b/boot.php
@@ -9,9 +9,9 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
-define ( 'FRIENDIKA_VERSION', '2.3.1168' );
+define ( 'FRIENDIKA_VERSION', '2.3.1169' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1104 );
+define ( 'DB_UPDATE_VERSION', 1105 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );