diff options
author | friendica <info@friendica.com> | 2013-07-03 04:28:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-03 04:28:36 -0700 |
commit | 429ebabfd98240fe7d69ba81879ee35769af305f (patch) | |
tree | b6408dbc25ca2e2664c4da201c315df6169e30e2 /boot.php | |
parent | 064237f0cbdbd08635f9c970b3e5b3f644be793d (diff) | |
download | volse-hubzilla-429ebabfd98240fe7d69ba81879ee35769af305f.tar.gz volse-hubzilla-429ebabfd98240fe7d69ba81879ee35769af305f.tar.bz2 volse-hubzilla-429ebabfd98240fe7d69ba81879ee35769af305f.zip |
any questions regarding this checkin will be ignored
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1048 ); +define ( 'DB_UPDATE_VERSION', 1049 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |