aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-01 23:19:20 -0700
committerFriendika <info@friendika.com>2011-10-01 23:19:20 -0700
commit7d7a1498118f0101f31b711b30d2e21533bb01fe (patch)
tree7241e94a8c9ef71bc49ec38ff26dfb937dc5095d /boot.php
parent96e735fdd27bbf18a3a2d916882e574ec22fea21 (diff)
downloadvolse-hubzilla-7d7a1498118f0101f31b711b30d2e21533bb01fe.tar.gz
volse-hubzilla-7d7a1498118f0101f31b711b30d2e21533bb01fe.tar.bz2
volse-hubzilla-7d7a1498118f0101f31b711b30d2e21533bb01fe.zip
db updates for server batch key caching, group visibility
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 61f5fb9f5..97a4f96cd 100644
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
define ( 'FRIENDIKA_PLATFORM', 'Free Friendika');
define ( 'FRIENDIKA_VERSION', '2.3.1121' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
-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' );