diff options
author | friendica <info@friendica.com> | 2014-01-27 21:02:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-27 21:02:57 -0800 |
commit | 8c80589b5ab196287788ff385733dec1df005044 (patch) | |
tree | cf80f7528b05005b811bf1a17b15448e8bfe73a9 /boot.php | |
parent | eb21bbdd550e4d1efc9a4c6e506eb64ba2cf9842 (diff) | |
download | volse-hubzilla-8c80589b5ab196287788ff385733dec1df005044.tar.gz volse-hubzilla-8c80589b5ab196287788ff385733dec1df005044.tar.bz2 volse-hubzilla-8c80589b5ab196287788ff385733dec1df005044.zip |
chat data structures
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1092 ); +define ( 'DB_UPDATE_VERSION', 1093 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |