diff options
author | friendica <info@friendica.com> | 2013-01-15 16:48:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-15 16:48:59 -0800 |
commit | ed275cd40d3462c302aa1b06a878630750928992 (patch) | |
tree | f49d9be934fef03e748fe5e9ad1f3bca52587e66 /boot.php | |
parent | 482e0659c4f9525ba26a3b9344f39f8694e09304 (diff) | |
download | volse-hubzilla-ed275cd40d3462c302aa1b06a878630750928992.tar.gz volse-hubzilla-ed275cd40d3462c302aa1b06a878630750928992.tar.bz2 volse-hubzilla-ed275cd40d3462c302aa1b06a878630750928992.zip |
slow progress on events, one step forward, one step back.
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,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', 1017 ); +define ( 'DB_UPDATE_VERSION', 1019 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |