aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-30 01:58:45 -0700
committerfriendica <info@friendica.com>2013-10-30 01:58:45 -0700
commit2035a5dd763f7524cdc1a678b0e8dbca94f270f5 (patch)
tree5109b71ad33146e6f99ef79aaca3a9c7844b3cd6 /boot.php
parent8da4da37ccbcc6921f97eeb0c9cd3c23567bd761 (diff)
downloadvolse-hubzilla-2035a5dd763f7524cdc1a678b0e8dbca94f270f5.tar.gz
volse-hubzilla-2035a5dd763f7524cdc1a678b0e8dbca94f270f5.tar.bz2
volse-hubzilla-2035a5dd763f7524cdc1a678b0e8dbca94f270f5.zip
allow zot public providers to list their location, as a non US-based server could be a strong selling point.
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 709877472..c7af5147e 100755
--- a/boot.php
+++ b/boot.php
@@ -45,7 +45,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1079 );
+define ( 'DB_UPDATE_VERSION', 1080 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );