diff options
author | friendica <info@friendica.com> | 2012-12-21 03:34:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-21 03:34:17 -0800 |
commit | 7daf2cf7dbfbbfa8f10378c8c16175548bedae87 (patch) | |
tree | d4ed659bf7fbb37166e8977c7a3187cc1f846df5 /boot.php | |
parent | abee07f12bc1fab1b6304215662a36aedba6aada (diff) | |
download | volse-hubzilla-7daf2cf7dbfbbfa8f10378c8c16175548bedae87.tar.gz volse-hubzilla-7daf2cf7dbfbbfa8f10378c8c16175548bedae87.tar.bz2 volse-hubzilla-7daf2cf7dbfbbfa8f10378c8c16175548bedae87.zip |
directory structures
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,9 +15,8 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); -define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1006 ); +define ( 'DB_UPDATE_VERSION', 1007 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |