diff options
author | friendica <info@friendica.com> | 2011-11-18 21:55:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-18 21:55:00 -0800 |
commit | d53db63d41d2f253c9aff806d9830167c9dd7a8d (patch) | |
tree | 66adeb7eae8ba08bc1eecf89f5d351e0052bf726 /boot.php | |
parent | fa4742e6eec1850f1bb53e38379cf2aac650cc3b (diff) | |
download | volse-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |