diff options
author | friendica <info@friendica.com> | 2014-08-27 19:15:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-27 19:15:34 -0700 |
commit | eb27bea794d5aff547be9722f7c058678b8cbb1d (patch) | |
tree | 6d305b1c17d0af06e0002b487a1873ba4932f396 /boot.php | |
parent | bbcf0be16a2140069fe2826c57bb0c7278f7cb52 (diff) | |
download | volse-hubzilla-eb27bea794d5aff547be9722f7c058678b8cbb1d.tar.gz volse-hubzilla-eb27bea794d5aff547be9722f7c058678b8cbb1d.tar.bz2 volse-hubzilla-eb27bea794d5aff547be9722f7c058678b8cbb1d.zip |
mind numbing drudgery continued...
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1126 ); +define ( 'DB_UPDATE_VERSION', 1127 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |