diff options
author | friendica <info@friendica.com> | 2013-09-05 22:00:06 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-05 22:00:06 -0700 |
commit | c65ea0b97b2dc6fcefa0d2da489f32bdd7d05b65 (patch) | |
tree | 6b1e2faaa0a85aa9216d674ebecd48e0df049cd3 /boot.php | |
parent | f8801185588a058a26c7aabd6be22ec27ee91b38 (diff) | |
download | volse-hubzilla-c65ea0b97b2dc6fcefa0d2da489f32bdd7d05b65.tar.gz volse-hubzilla-c65ea0b97b2dc6fcefa0d2da489f32bdd7d05b65.tar.bz2 volse-hubzilla-c65ea0b97b2dc6fcefa0d2da489f32bdd7d05b65.zip |
public site list (will take a few days to populate, assuming folks have updated their site access policy which old sites do not have)
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1066 ); +define ( 'DB_UPDATE_VERSION', 1067 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |