aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-07 20:10:43 -0700
committerFriendika <info@friendika.com>2011-06-07 20:10:43 -0700
commit33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac (patch)
tree5bbb388dccbe87c1f34a61ee9de589ad8332c907 /boot.php
parentd1e9af2c51d6b12d400a656f489520ccd8d54ed2 (diff)
downloadvolse-hubzilla-33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac.tar.gz
volse-hubzilla-33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac.tar.bz2
volse-hubzilla-33fe26ecb01ec009a639c4c8fdfc4f93b2bd34ac.zip
more progress on events
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 6a5f6364a..88b822ced 100644
--- a/boot.php
+++ b/boot.php
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000);
define ( 'FRIENDIKA_VERSION', '2.2.1004' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
-define ( 'DB_UPDATE_VERSION', 1061 );
+define ( 'DB_UPDATE_VERSION', 1062 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );