diff options
author | friendica <info@friendica.com> | 2012-01-31 23:54:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-31 23:54:53 -0800 |
commit | c0c0f2dc151300f7578cf77a059403369edba07d (patch) | |
tree | d6731b4a052e7f055bd79b1ebde81d22e26a7401 /boot.php | |
parent | 86c0eac27d4ed2a454f752615a1b446cf2acd2b2 (diff) | |
download | volse-hubzilla-c0c0f2dc151300f7578cf77a059403369edba07d.tar.gz volse-hubzilla-c0c0f2dc151300f7578cf77a059403369edba07d.tar.bz2 volse-hubzilla-c0c0f2dc151300f7578cf77a059403369edba07d.zip |
add closeness attribute
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_VERSION', '2.3.1241' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1118 ); +define ( 'DB_UPDATE_VERSION', 1119 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |