aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-03-20 03:17:07 +0000
committerThomas Willingham <founder@kakste.com>2013-03-20 03:17:07 +0000
commit897910b5c96d9ce58eda8c40ea0a8ab19acb151a (patch)
tree42865b2b6f727a93b2cecd5c88671f3c0aafe9a4 /boot.php
parent9d6a4093baf805891d03eca871c6e3b5ff66eec3 (diff)
downloadvolse-hubzilla-897910b5c96d9ce58eda8c40ea0a8ab19acb151a.tar.gz
volse-hubzilla-897910b5c96d9ce58eda8c40ea0a8ab19acb151a.tar.bz2
volse-hubzilla-897910b5c96d9ce58eda8c40ea0a8ab19acb151a.zip
Add "channels" field to profile table.
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 d424a44d7..91148a018 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1036 );
+define ( 'DB_UPDATE_VERSION', 1037 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );