aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-24 22:40:52 -0700
committerFriendika <info@friendika.com>2011-05-24 22:40:52 -0700
commit73b4faca5c7af506558eba6b7317d23551f1aefa (patch)
tree38b706c0cae1581531007e85f40085820fe87a7a /boot.php
parenteb152fdc24302ead9baf8e82d551084128162715 (diff)
downloadvolse-hubzilla-73b4faca5c7af506558eba6b7317d23551f1aefa.tar.gz
volse-hubzilla-73b4faca5c7af506558eba6b7317d23551f1aefa.tar.bz2
volse-hubzilla-73b4faca5c7af506558eba6b7317d23551f1aefa.zip
basic file upload/attach
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 03689bde4..491c182fa 100644
--- a/boot.php
+++ b/boot.php
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000);
define ( 'FRIENDIKA_VERSION', '2.2.990' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
-define ( 'DB_UPDATE_VERSION', 1056 );
+define ( 'DB_UPDATE_VERSION', 1057 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );