aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-02 14:56:17 -0700
committerfriendica <info@friendica.com>2014-08-02 14:56:17 -0700
commit85032a1fa37868699ecbcf791dba7c37ee5a4337 (patch)
treec510a4698f886ab05e7bafd85553184f80e54433 /boot.php
parent6dd3a170a7fa83a97bdaf451dd017c0a37bc8016 (diff)
downloadvolse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.gz
volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.tar.bz2
volse-hubzilla-85032a1fa37868699ecbcf791dba7c37ee5a4337.zip
db tables for extensible profile fields
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 83bf97508..beff28a46 100755
--- a/boot.php
+++ b/boot.php
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1119 );
+define ( 'DB_UPDATE_VERSION', 1120 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );