aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-18 02:21:06 -0700
committerfriendica <info@friendica.com>2014-05-18 02:21:06 -0700
commit68ca4ef19e0617904d8557e95ec74d09af833d00 (patch)
tree8f53dcc8b957c1a032fe2cfd91b089a273aa8f75 /boot.php
parent2b44af445515a5e1beea14d3d47025a411d39e7b (diff)
downloadvolse-hubzilla-68ca4ef19e0617904d8557e95ec74d09af833d00.tar.gz
volse-hubzilla-68ca4ef19e0617904d8557e95ec74d09af833d00.tar.bz2
volse-hubzilla-68ca4ef19e0617904d8557e95ec74d09af833d00.zip
support commerical apps
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 e86e3da84..24f7d5532 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', 1108 );
+define ( 'DB_UPDATE_VERSION', 1109 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );