aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-28 16:05:03 -0800
committerfriendica <info@friendica.com>2013-12-28 16:05:03 -0800
commitaacd3164fa9efdb4dc3f835f67a61dfc14dc8d11 (patch)
tree45634525674e8356b5ccb1591212b3f86f9b5e6a /boot.php
parent1d0fddd39c50205f697b040aab1655b282afa53d (diff)
downloadvolse-hubzilla-aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11.tar.gz
volse-hubzilla-aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11.tar.bz2
volse-hubzilla-aacd3164fa9efdb4dc3f835f67a61dfc14dc8d11.zip
allow objects to have permissions
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 eeaae7c8c..79f1b4f79 100755
--- a/boot.php
+++ b/boot.php
@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1088 );
+define ( 'DB_UPDATE_VERSION', 1089 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );