aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-28 15:05:44 -0800
committerfriendica <info@friendica.com>2014-01-28 15:05:44 -0800
commit8c8be2a05e7646595b2c811dd4ab2ac7d7a98b69 (patch)
tree8796c510991616aa870db1f08c0425f066a2e282 /boot.php
parentf104b4dc275891785ec03abd779d8aafe5163815 (diff)
downloadvolse-hubzilla-8c8be2a05e7646595b2c811dd4ab2ac7d7a98b69.tar.gz
volse-hubzilla-8c8be2a05e7646595b2c811dd4ab2ac7d7a98b69.tar.bz2
volse-hubzilla-8c8be2a05e7646595b2c811dd4ab2ac7d7a98b69.zip
add client field to chatpresence - which will give us a place to put IP addresses for webRTC. Might as well allow for that since we'll (soon) have presence. Then we wouldn't need SIP and folks can "just" p2p each other using any mechanism they wish if they have permission to do so.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 73525b4b5..7be74e64a 100755
--- a/boot.php
+++ b/boot.php
@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1093 );
+define ( 'DB_UPDATE_VERSION', 1094 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );