diff options
author | friendica <info@friendica.com> | 2013-03-05 21:00:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 21:00:25 -0800 |
commit | 4062be28699eb5fba93ff43ffb4d3e9ed7c4af6c (patch) | |
tree | 0b5a625703008a7dd7c4dda2590b6585b3380384 /boot.php | |
parent | fbda9ababc76c103d82118a8f3cf24e619bfb80d (diff) | |
download | volse-hubzilla-4062be28699eb5fba93ff43ffb4d3e9ed7c4af6c.tar.gz volse-hubzilla-4062be28699eb5fba93ff43ffb4d3e9ed7c4af6c.tar.bz2 volse-hubzilla-4062be28699eb5fba93ff43ffb4d3e9ed7c4af6c.zip |
basic friend suggestions (but not "new to the network and have no friends at all" suggestions)
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1032 ); +define ( 'DB_UPDATE_VERSION', 1033 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |