diff options
author | friendica <info@friendica.com> | 2014-02-25 14:13:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-25 14:13:26 -0800 |
commit | 8fd12eb122b2ca45f71ff30ce02f2544bed15a85 (patch) | |
tree | 019c9a299ed169b69c2cf8b1805bb3e5b376f6fb /boot.php | |
parent | 08313bac6c7ce9f87b6b6ddf23cc5c4d50747aa1 (diff) | |
parent | 36085bc608e08376ce936e35bdcc9440b49a77c2 (diff) | |
download | volse-hubzilla-8fd12eb122b2ca45f71ff30ce02f2544bed15a85.tar.gz volse-hubzilla-8fd12eb122b2ca45f71ff30ce02f2544bed15a85.tar.bz2 volse-hubzilla-8fd12eb122b2ca45f71ff30ce02f2544bed15a85.zip |
Merge https://github.com/friendica/red into zpull
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', 1098 ); +define ( 'DB_UPDATE_VERSION', 1099 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |