aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-06 17:00:25 -0700
committerfriendica <info@friendica.com>2014-08-06 17:00:25 -0700
commit70449755202327bd6ac06cbbae04ba6098f43a1e (patch)
tree5d37b7a6395b882ea9a5440dd86707d37ababc5e /boot.php
parent0903d57311dd02f1029cc879da71b3c4bb0e58cb (diff)
downloadvolse-hubzilla-70449755202327bd6ac06cbbae04ba6098f43a1e.tar.gz
volse-hubzilla-70449755202327bd6ac06cbbae04ba6098f43a1e.tar.bz2
volse-hubzilla-70449755202327bd6ac06cbbae04ba6098f43a1e.zip
item table upgrade for storing post visibility
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 beff28a46..f7c16c646 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', 1120 );
+define ( 'DB_UPDATE_VERSION', 1121 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );