diff options
author | friendica <info@friendica.com> | 2014-02-25 17:55:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-25 17:55:30 -0800 |
commit | 2c72e49d1f63404b464f284d86ce2dce7f2eb493 (patch) | |
tree | f4635c09daa817c9b9cd0d69ffa7ae91ef11f7a8 /boot.php | |
parent | 9a2e73ae1522c7e69d7d6e0ca6c1089189c6e697 (diff) | |
download | volse-hubzilla-2c72e49d1f63404b464f284d86ce2dce7f2eb493.tar.gz volse-hubzilla-2c72e49d1f63404b464f284d86ce2dce7f2eb493.tar.bz2 volse-hubzilla-2c72e49d1f63404b464f284d86ce2dce7f2eb493.zip |
more chatroom discovery
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', 1099 ); +define ( 'DB_UPDATE_VERSION', 1100 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |